Source set: Android
public val LocalTypefaceResolver: ProvidableCompositionLocal<TypefaceResolver?> =
compositionLocalOf {
null
}
TypefaceResolver for resolving typefaces in the player. Null when using the default built-in resolver.