| static TextAttribute | TextAttribute. BACKGROUND | テキストのバックグラウンドの描画に使用されるペイントを表す属性キーです。 | 
| static TextAttribute | TextAttribute. BIDI_EMBEDDING | テキストの埋込みレベルを表す属性キーです。 | 
| static TextAttribute | TextAttribute. CHAR_REPLACEMENT | 文字のフォントの標準グリフの代わりに表示する、ユーザー定義のグリフを表す属性キーです。 | 
| static TextAttribute | TextAttribute. FAMILY | フォント名を表す属性キーです。 | 
| static TextAttribute | TextAttribute. FONT | テキストの描画に使用するフォントを指定するための属性キーです。 | 
| static TextAttribute | TextAttribute. FOREGROUND | テキストの描画に使用されるペイントを表す属性キーです。 | 
| static TextAttribute | TextAttribute. INPUT_METHOD_HIGHLIGHT | インプット・メソッドのハイライトのスタイルを表す属性キーです。 | 
| static TextAttribute | TextAttribute. INPUT_METHOD_UNDERLINE | インプット・メソッドの下線を表す属性キーです。 | 
| static TextAttribute | TextAttribute. JUSTIFICATION | 段落の位置揃えを表す属性キーです。 | 
| static TextAttribute | TextAttribute. KERNING | カーニングを要求するための属性キーです。 | 
| static TextAttribute | TextAttribute. LIGATURES | オプション合字を使用可能にするための属性キーです。 | 
| static TextAttribute | TextAttribute. NUMERIC_SHAPING | ASCIIの10進数をほかの10進数の範囲に変換するための属性キーです。 | 
| static TextAttribute | TextAttribute. POSTURE | フォントのポスチャを表す属性キーです。 | 
| static TextAttribute | TextAttribute. RUN_DIRECTION | 行のラン方向を表す属性キーです。 | 
| static TextAttribute | TextAttribute. SIZE | フォント・サイズを表す属性キーです。 | 
| static TextAttribute | TextAttribute. STRIKETHROUGH | 取消し線を表す属性キーです。 | 
| static TextAttribute | TextAttribute. SUPERSCRIPT | 上付き文字や下付き文字を表す属性キーです。 | 
| static TextAttribute | TextAttribute. SWAP_COLORS | フォアグラウンドとバックグラウンドのPaintsの入れ替えを表す属性キーです。 | 
| static TextAttribute | TextAttribute. TRACKING | トラッキングを制御するための属性キーです。 | 
| static TextAttribute | TextAttribute. TRANSFORM | フォントの変換を表す属性キーです。 | 
| static TextAttribute | TextAttribute. UNDERLINE | 下線を表す属性キーです。 | 
| static TextAttribute | TextAttribute. WEIGHT | フォントのウエイトを表す属性キーです。 | 
| static TextAttribute | TextAttribute. WIDTH | フォントの幅を表す属性キーです。 |