# Print output for @column tags ?> FontsContract.FontInfo - Android SDK | Android Developers

Most visited

Recently visited

FontsContract.FontInfo

public static class FontsContract.FontInfo
extends Object

java.lang.Object
   ↳ android.provider.FontsContract.FontInfo


Object represent a font entry in the family returned from FontsContract.fetchFonts(Context, CancellationSignal, FontRequest).

Summary

Public methods

FontVariationAxis[] getAxes()

Returns the list of axes associated to this font.

int getResultCode()

Returns result code.

int getTtcIndex()

Returns the index to be used to access this font when accessing a TTC file.

Uri getUri()

Returns a URI associated to this record.

int getWeight()

Returns the weight value for this font.

boolean isItalic()

Returns whether this font is italic.

Inherited methods

Public methods

getAxes

public FontVariationAxis[] getAxes ()

Returns the list of axes associated to this font.

Returns
FontVariationAxis[] This value may be null.

getResultCode

public int getResultCode ()

Returns result code. FontsContract.Columns#RESULT_CODE

Returns
int

getTtcIndex

public int getTtcIndex ()

Returns the index to be used to access this font when accessing a TTC file.

Returns
int Value is 0 or greater

getUri

public Uri getUri ()

Returns a URI associated to this record.

Returns
Uri This value cannot be null.

getWeight

public int getWeight ()

Returns the weight value for this font.

Returns
int Value is between 1 and 1000 inclusive

isItalic

public boolean isItalic ()

Returns whether this font is italic.

Returns
boolean