Share via


FormWidgetInfo.FontSize Property

Definition

Returns the font size in pixels for text input, or 0 for text inputs without a specified font size and widgets that are not text inputs.

public float FontSize { [Android.Runtime.Register("getFontSize", "()F", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getFontSize", "()F", "", ApiSince=35)>]
member this.FontSize : single

Property Value

Attributes

Remarks

Returns the font size in pixels for text input, or 0 for text inputs without a specified font size and widgets that are not text inputs.

Java documentation for android.graphics.pdf.models.FormWidgetInfo.getFontSize().

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