FUIGlyphImage
public protocol FUIGlyphImage
A protocol for use in FUIImageView and FUIAttributedGlyphImage
-
glyphTextDefault implementationText for glyph
Default Implementation
Returns
nilfor theglyphTextDeclaration
Swift
var glyphText: String? { get } -
glyphImageDefault implementationImage for glyph
Default Implementation
Returns
nilfor theglyphImageDeclaration
Swift
var glyphImage: UIImage? { get } -
AttributedText for the glyphImage
Declaration
Swift
var attributedText: NSAttributedString! { get } -
attributesDefault implementationAttributes for the glyphImage
Default Implementation
Returns an empty dictionary for the
attributesDeclaration
Swift
var attributes: [NSAttributedStringKey : Any] { get }