abbic
05/08/2025, 10:56 AM@Stable
fun Font(
path: String,
assetManager: AssetManager,
weight: FontWeight = FontWeight.Normal,
style: FontStyle = FontStyle.Normal,
variationSettings: FontVariation.Settings = FontVariation.Settings(weight, style)
): Font = AndroidAssetFont(assetManager, path, weight, style, variationSettings)
Not holding my breath but would be niceabbic
05/08/2025, 11:00 AMTimo Drick
05/08/2025, 1:04 PMabbic
05/09/2025, 8:05 AMabbic
05/09/2025, 8:57 AM