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