ziv kesten
09/14/2021, 1:30 PMCsaba Kozák
09/14/2021, 2:36 PMpackage androidx.compose.ui.text.font
fun Font(
assetManager: AssetManager,
path: String,
weight: FontWeight = FontWeight.Normal,
style: FontStyle = FontStyle.Normal
): Font = AndroidAssetFont(assetManager, path, weight, style)
ziv kesten
09/15/2021, 6:33 AM@ExperimentalTextApi
Do you feel this might be a problem?Csaba Kozák
09/15/2021, 9:50 AM