Instance Method
isSecondaryMetric(_:)isSecondaryMetric:isSecondaryMetric_
Whether a metric is secondary for the layer’s glyph case.
Declaration
func isSecondaryMetric(_ metrics: GSMetricStore) -> BoolDeclaration
- (BOOL) isSecondaryMetric:(GSMetricStore *) metrics;Declaration
isSecondaryMetric_(metrics: GSMetricStore) -> boolParameters
metricsThe metric to evaluate.
Discussion
X-Height is secondary for uppercase glyphs. Cap height is secondary for lowercase and small-cap glyphs.
See Also
Master Metrics
Vertical metrics for the associated master.
Vertical metrics for a master.
Master metric value for a metrics type.
Master metric value for a metric name, or
nilwhen no matching metric exists.Stem values for a master.
See Also
Master Metrics
Vertical metrics for the associated master.
Vertical metrics for a master.
Master metric value for a metrics type.
Master metric value for a metric name.
Stem values for a master.