Instance Property
font
The font that contains the glyph, or nil for a detached glyph.
Declaration
var font: GSFont? { get }Declaration
@property (nonatomic, readonly) GSFont * font;Declaration
pyobjc_instanceMethods.font() -> GSFontDiscussion
This is a read-only alias for parent.
See Also
Ownership
The font that contains the glyph, or
nilfor a detached glyph.