Instance Method
attributedMetricsKey(_:fontSize:state:) attributedMetricsKey:fontSize:state: attributedMetricsKey_fontSize_state_
Attributed display string for a metrics key.
Declaration
func attributedMetricsKey(_ side: GSMetricNumbers, fontSize: CGFloat, state metricsKeyState: UnsafeMutablePointer<GSMetricsKeysUI>?) -> NSAttributedStringDeclaration
- (NSAttributedString *) attributedMetricsKey:(GSMetricNumbers) side fontSize:(CGFloat) fontSize state:(GSMetricsKeysUI *) metricsKeyState;Declaration
attributedMetricsKey_fontSize_state_(side: GSMetricNumbers, fontSize: float, metricsKeyState: GSMetricsKeysUI) -> NSAttributedStringParameters
sideThe metric side whose key should be displayed.
fontSizeThe display font size.
metricsKeyStateOn return, the state flags for the displayed key. not used any more. Kann weg.
See Also
Metrics Keys Utilities
Plain metrics key for display and editing.
Numeric offset encoded in an aligned metrics key.
Whether any horizontal metrics key is out of sync.
Whether any horizontal metrics key is invalid.
Localized label for a metric side.
Display color for metrics key state flags.