React Font Manager
class ReactFontManager
Deprecated
This class is deprecated and will be deleted in the near future. Please use [com.facebook.react.common.assets.ReactFontManager] instead.
Responsible for loading and caching Typeface objects.
Functions
Link copied to clipboard
Link copied to clipboard
fun getTypeface(fontFamilyName: String, weight: Int, italic: Boolean, assetManager: AssetManager): Typeface
fun getTypeface(fontFamilyName: String, style: Int, weight: Int, assetManager: AssetManager): Typeface
Link copied to clipboard