We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExperimentalTextApi
FontIcon
1 parent 034bd31 commit f34db6fCopy full SHA for f34db6f
fluent/src/skikoMain/kotlin/io/github/composefluent/component/FontIcon.skiko.kt
@@ -17,6 +17,7 @@ import androidx.compose.ui.text.platform.FontLoadResult
17
import androidx.compose.ui.text.platform.SystemFont
18
19
@Composable
20
+@OptIn(ExperimentalTextApi::class)
21
internal actual fun ProvideFontIcon(content: @Composable () -> Unit) {
22
val fontFamilyResolver = LocalFontFamilyResolver.current
23
var fontIconFamily by remember {
0 commit comments