UIFontMetrics.GetMetrics(String) Method

Definition

Returns the default metrics for the specified style.

[Foundation.Export("metricsForTextStyle:")]
public static UIKit.UIFontMetrics GetMetrics (string textStyle);
static member GetMetrics : string -> UIKit.UIFontMetrics

Parameters

textStyle
String

The text style for which to get metrics.

Returns

Attributes

Applies to