FUIAttributedImage
public class FUIAttributedImage : FUIAttributedGlyphImage
Undocumented
-
Undocumented
Declaration
Swift
public var glyphImage: UIImage? { get }
-
Developer formatted
NSAttributedString
to be displayed as the glyphImageDeclaration
Swift
public var attributedText: NSAttributedString! { get }
-
Undocumented
Declaration
Swift
public var size: CGSize?
-
Undocumented
Declaration
Swift
public var tintColor: UIColor! { get set }
-
Undocumented
Declaration
Swift
public var isCircular: Bool
-
Undocumented
Declaration
Swift
public var contentMode: UIViewContentMode
-
Undocumented
Declaration
Swift
public var attributes: [NSAttributedStringKey : Any] { get set }
-
Undocumented
Declaration
Swift
public init(image: UIImage)
-
Undocumented
Declaration
Swift
public init(image: UIImage, attributes: [NSAttributedStringKey : Any])