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
/
getFontWeight
get
Font
Weight
abstract
fun
getFontWeight
(
)
:
FontWeight
?
获取字体粗细。
Return
当前的
FontWeight
,例如
Normal
或
Bold
。如果未指定则返回
null
。