Instance Method
plainMetricsKey(_:)plainMetricsKey:plainMetricsKey_
The stored glyph-level metrics key for a metric side, or nil when none is set.
Declaration
func plainMetricsKey(_ side: GSMetricNumbers) -> String?Declaration
- (NSString *) plainMetricsKey:(GSMetricNumbers) side;Declaration
plainMetricsKey_(side: GSMetricNumbers) -> strParameters
sideThe metric side whose key should be returned.
Discussion
This does not return a layer-specific override.
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.
Glyph-level metrics key for the bottom side bearing.
Sets the glyph-level metrics key for a metric side.
Validates the syntax of a proposed metrics key.