Instance Property
font
The font containing the layer through its glyph, or nil while the layer is detached.
Declaration
var font: GSFont? { get }Declaration
@property (nonatomic, readonly) GSFont * font;Declaration
font() -> GSFontSee Also
Ownership
The glyph containing the layer, or
nilwhile the layer is detached.The glyph containing the layer, or
nilwhile the layer is detached.