Instance Property
topMetricsKey
Layer-specific metrics key for the top side bearing.
Declaration
var topMetricsKey: String? { get set }Declaration
@property (nonatomic, strong) NSString * topMetricsKey;Declaration
pyobjc_instanceMethods.topMetricsKey() -> str
pyobjc_instanceMethods.setTopMetricsKey_(topMetricsKey: str)Discussion
When nil, the glyph-level metrics key can still apply.
See Also
Metrics Keys
Layer-specific metrics key for the advance width.
Layer-specific metrics key for the left side bearing.
Layer-specific metrics key for the right side bearing.
Layer-specific metrics key for the bottom side bearing.
Layer-specific metrics key for the vertical advance width.
Layer-specific metrics key for the vertical origin.
Parses a metrics key into its referenced glyph, operator, numeric value, opposite side, height, and master.