Font

interface Font : ComposableProperties<Font>

定义了一个字体资源及其属性。

此接口是对 Jetpack Compose androidx.compose.ui.text.font.Font 的抽象封装。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard

获取字体的加载策略。

Link copied to clipboard
abstract fun getStyle(): FontStyle

获取字体的样式(常规或斜体)。

Link copied to clipboard
abstract fun getWeight(): FontWeight

获取字体的粗细。