FontFamily.GetFont(Int32) Method

Definition

Returns a font

[Android.Runtime.Register("getFont", "(I)Landroid/graphics/fonts/Font;", "", ApiSince=29)]
public Android.Graphics.Fonts.Font GetFont (int index);
[<Android.Runtime.Register("getFont", "(I)Landroid/graphics/fonts/Font;", "", ApiSince=29)>]
member this.GetFont : int -> Android.Graphics.Fonts.Font

Parameters

index
Int32

an index of the font

Returns

a registered font

Attributes

Remarks

Returns a font

Java documentation for android.graphics.fonts.FontFamily.getFont(int).

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