Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSMetric
      • font
  1. GlyphsCore
  2. GSMetric

Instance Property

font

access to the containing font

Declaration

weak var font: (any GSContainerProtocol)? { get set }

Declaration

@property (nonatomic, weak) GSContainer * font;

Declaration

See also font in the Python API

pyobjc_instanceMethods.font() -> GSContainer
pyobjc_instanceMethods.setFont_(font: GSContainer)