Instance Property
topMetricsKey
Glyph-level metrics key for the top side bearing.
Declaration
var topMetricsKey: String? { get set }Declaration
@property (nonatomic, copy) NSString * topMetricsKey;Declaration
pyobjc_instanceMethods.topMetricsKey() -> str
pyobjc_instanceMethods.setTopMetricsKey_(topMetricsKey: 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 vertical origin.
Glyph-level metrics key for the vertical advance width.
Glyph-level metrics key for the bottom side bearing.
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.