Język

Layout.MinimumFontMetrics Property

Definition

Get the minimum font metrics used for line spacing.

public virtual Android.Graphics.Paint.FontMetrics? MinimumFontMetrics { [Android.Runtime.Register("getMinimumFontMetrics", "()Landroid/graphics/Paint$FontMetrics;", "GetGetMinimumFontMetricsHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getMinimumFontMetrics", "()Landroid/graphics/Paint$FontMetrics;", "GetGetMinimumFontMetricsHandler", ApiSince=35)>]
member this.MinimumFontMetrics : Android.Graphics.Paint.FontMetrics

Property Value

a minimum font metrics. null for using the value obtained by Paint.getFontMetricsForLocale(Paint.FontMetrics)

Attributes

Remarks

Get the minimum font metrics used for line spacing.

Android reference for android.text.Layout.getMinimumFontMetrics.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to