Instance Property
stems
Font-wide stem definitions.
Declaration
var stems: [GSMetric]? { get set }Declaration
@property (nonatomic, strong) NSArray<GSMetric *> * stems;Declaration
pyobjc_instanceMethods.stems() -> list[GSMetric]
pyobjc_instanceMethods.setStems_(stems: list[GSMetric])Discussion
Each stem defines a shared horizontal or vertical stem measurement. The values for these definitions are stored on each master.
See Also
Stems
Returns the number of stem definitions.
Returns the stem at an index.
Returns the first stem with an identifier.
Returns the first stem with a name.
Adds a stem definition to the font.
Removes a stem definition from the font.