Package-level declarations

Types

Link copied to clipboard
interface Font : ComposableProperties<Font>

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

Link copied to clipboard
interface FontFamilies

提供了一组预定义的字体族(FontFamily)以及创建自定义字体族的方法。

Link copied to clipboard
interface FontFamily : ComposableProperties<FontFamily>

定义了一组用于渲染文本的字体。

Link copied to clipboard

提供了一组预定义的字体加载策略。

Link copied to clipboard
interface FontLoadingStrategy : ComposableProperties<FontLoadingStrategy>

定义了字体的加载策略。

Link copied to clipboard
interface Fonts

提供了创建 Font 实例的方法。

Link copied to clipboard
interface FontStyle : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.text.font.FontStyle>

定义了字体的样式,区分为常规(直立)或斜体。

Link copied to clipboard
interface FontStyles

提供了一组预定义的字体样式(FontStyle)。

Link copied to clipboard
interface FontSyntheses

提供了一组预定义的字体合成选项(FontSynthesis)。

Link copied to clipboard
interface FontSynthesis : ComposableProperties<FontSynthesis>

定义了当字体族中缺少特定字重或样式时,系统是否应自动合成(伪造)粗体或斜体字形。

Link copied to clipboard
interface FontWeight : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.text.font.FontWeight> , Comparable<FontWeight>

定义了字形的粗细程度,范围从 1 到 1000。

Link copied to clipboard
interface FontWeights

提供了一组预定义的字体粗细(FontWeight)以及用于创建和插值的方法。