String

extension String: FUIGlyphImage
  • Declaration

    Swift

    public var glyphText: String? { get }
  • The styled text displayed as the glyphText

    Declaration

    Swift

    public var attributedText: NSAttributedString! { get }
  • Attributes returned as a .fuiGlyphString for a given key

    Declaration

    Swift

    public var attributes: [NSAttributedStringKey : Any] { get }