BitmapFonts

ユーザー定義のビットマップ フォントのコンテナです。

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 内部要素を 1 つ以上含める必要があります。

BitmapFont

ユーザー定義のビットマップ フォントを指定します。

属性

name
ユーザー定義のフォント ファミリーの名前。

内部要素

BitmapFont 要素に含める各内部要素は Character 要素または Word 要素のいずれかです。どちらの内部要素にも次の属性を含めることができます。

name
文字そのものまたは単語そのもの。
resource
文字または単語が定義されている場所に対応したリソース ID。
width
文字または単語の幅(ピクセル単位)。
height
文字または単語の高さ(ピクセル単位)。