用于用户定义位图字体的容器。
在 Wear OS 4 中引入。
语法
<BitmapFonts> <BitmapFont name="string"> <!-- Only the most common inner element is shown here. --> <Character name="string" resource="string" width="positive-integer" height="positive-integer" /> ... </BitmapFont> </BitmapFonts>
内部元素
BitmapFonts
元素必须包含至少一个 BitmapFont
内部元素。
位图字体
指定特定的用户定义位图字体。
属性
名称
- 用户定义字体系列的名称。
内部元素
每个 BitmapFont
元素的内部元素必须是 Character
元素或 Word
元素。这两个内部元素都包含以下属性
名称
- 字符或单词本身。
资源
- 对应于字符或单词定义位置的资源 ID。
宽度
- 字符或单词的宽度(以像素为单位)。
高度
- 字符或单词的高度(以像素为单位)。
为您推荐
- 注意:当 JavaScript 关闭时显示链接文本
- 在 Kotlin 中使用类和对象
- Kotlin 程序员训练营 4:面向对象编程
- Compose for TV 入门