Instance Property
bottomMetricsKey
Glyph-level metrics key for the bottom side bearing.
Declaration
var bottomMetricsKey: String? { get set }Declaration
@property (nonatomic, copy) NSString * bottomMetricsKey;Declaration
pyobjc_instanceMethods.bottomMetricsKey() -> str
pyobjc_instanceMethods.setBottomMetricsKey_(bottomMetricsKey: str)Discussion
A layer-specific metrics key overrides this value.
See Also
Metrics Keys
Glyph-level metrics key for the left side bearing.
Glyph-level metrics key for the advance width.
Glyph-level metrics key for the right side bearing.
Glyph-level metrics key for the top side bearing.
Glyph-level metrics key for the vertical origin.
Glyph-level metrics key for the vertical advance width.
The stored glyph-level metrics key for a metric side, or
nilwhen none is set.Sets the glyph-level metrics key for a metric side.
Validates the syntax of a proposed metrics key.