fontResource
Composable Function
Android
Deprecated Prefer to preload fonts using FontFamily.Resolver.
@Composable
@ReadOnlyComposable
fun fontResource(fontFamily: FontFamily): Typeface
Synchronously load an font from FontFamily
.
Parameters
fontFamily | the fontFamily |
Returns
the decoded image data associated with the resource |