Declaration

func attributedMetricsKey(_ side: GSMetricNumbers, fontSize: CGFloat, state metricsKeyState: UnsafeMutablePointer<GSMetricsKeysUI>?) -> NSAttributedString

Declaration

- (NSAttributedString *) attributedMetricsKey:(GSMetricNumbers) side fontSize:(CGFloat) fontSize state:(GSMetricsKeysUI *) metricsKeyState;

Declaration

attributedMetricsKey_fontSize_state_(side: GSMetricNumbers, fontSize: float, metricsKeyState: GSMetricsKeysUI) -> NSAttributedString

Parameters

side

The metric side whose key should be displayed.

fontSize

The display font size.

metricsKeyState

On return, the state flags for the displayed key. not used any more. Kann weg.

See Also

Metrics Keys Utilities