FontsContractCompat.FontInfo
public
static
class
FontsContractCompat.FontInfo
extends Object
java.lang.Object | |
↳ | androidx.core.provider.FontsContractCompat.FontInfo |
Object represent a font entry in the family returned from FontsContractCompat.fetchFonts(Context, CancellationSignal, FontRequest)
.
Summary
Public methods | |
---|---|
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
getResultCode
public int getResultCode ()
Returns result code.
FontsContractCompat.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 |
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 |