UIFontMetrics.GetMetrics(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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