sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.text
/
TextStyle
/
getFontStyle
get
Font
Style
abstract
fun
getFontStyle
(
)
:
FontStyle
?
获取字体样式。
Return
当前的
FontStyle
,通常是
Normal
或
Italic
。如果未指定则返回
null
。