FontAsset

Create Font Config

Parameters

fontAssetsPath

font file in assets path.

id

Item identifier

open fun FontAsset(id: String, fontAssetsPath: String)

Create Font Config

Parameters

fontFile

font file path as file path

id

Item identifier

open fun FontAsset(id: String, fontFile: File)

Create Font Config

Parameters

fontUri

font uri

id

Item identifier

open fun FontAsset(id: String, fontUri: Uri)