位图字体
使用收藏整理内容 根据您的喜好保存和分类内容。
用户定义位图字体的容器。
在 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。
宽度
- 字符或单词的宽度(以像素为单位)。
高度
- 字符或单词的高度(以像素为单位)。
为您推荐
此页面上的内容和代码示例受内容许可中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2024-06-17 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"过于复杂/步骤过多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2024-06-17 UTC。", "confidential": False }