PositionedGlyphs.GetFont(Int32) Method

Definition

Returns the font object used for drawing the glyph at the given index.

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

Parameters

index
Int32

the glyph index

Returns

the font object used for drawing the glyph at the given index

Attributes

Remarks

Returns the font object used for drawing the glyph at the given index.

Java documentation for android.graphics.text.PositionedGlyphs.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