From 40060f578840bf06df2509ae4c79f950581a9089 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 15 Feb 2024 18:01:41 +0100 Subject: [PATCH] mark `fontRasterizationSettings` as experimental Co-authored-by: Ivan Matkov --- .../skikoMain/kotlin/androidx/compose/ui/text/TextStyle.skiko.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/ui/ui-text/src/skikoMain/kotlin/androidx/compose/ui/text/TextStyle.skiko.kt b/compose/ui/ui-text/src/skikoMain/kotlin/androidx/compose/ui/text/TextStyle.skiko.kt index 8191b48a6b7ba..10d757e7decee 100644 --- a/compose/ui/ui-text/src/skikoMain/kotlin/androidx/compose/ui/text/TextStyle.skiko.kt +++ b/compose/ui/ui-text/src/skikoMain/kotlin/androidx/compose/ui/text/TextStyle.skiko.kt @@ -79,6 +79,7 @@ actual class PlatformParagraphStyle { actual val Default: PlatformParagraphStyle = PlatformParagraphStyle() } + @ExperimentalTextApi val fontRasterizationSettings: FontRasterizationSettings @ExperimentalTextApi