SpanStyle
Initially supported subset of androidx.compose.ui.text.SpanStyle.
The following Compose UI parameters are not yet supported:
fontSynthesis: FontSynthesis?— requires portingFontSynthesis; CSS supportsfont-synthesisbut with different semanticsfontFamily: FontFamily?— requires portingFontFamily; complex to unify across platformsfontFeatureSettings: String?— requires CSSfont-feature-settingssupport on JS DOMbaselineShift: BaselineShift?— requires portingBaselineShift; CSS supportsvertical-alignbut with different semanticstextGeometricTransform: TextGeometricTransform?— no direct CSS equivalentlocaleList: LocaleList?— requires portingLocaleList; CSS supportslangattributebackground: Color— can be supported with CSSbackground-color, but may need careful unificationshadow: Shadow?— requires portingShadow; CSS supportstext-shadowplatformStyle: PlatformSpanStyle?— platform-specific, not applicable to common APIdrawStyle: DrawStyle?— requires portingDrawStyle; no direct CSS equivalent