> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XClosedCaptionFontStyle

> XClosedCaptionFontStyle

# XClosedCaptionFontStyle

クローズド キャプション テキストのフォント スタイルを指定します。

## 構文

```cpp theme={null}
enum class XClosedCaptionFontStyle  : uint32_t  
{  
    Default = 0,  
    MonospacedWithSerifs = 1,  
    ProportionalWithSerifs = 2,  
    MonospacedWithoutSerifs = 3,  
    ProportionalWithoutSerifs = 4,  
    Casual = 5,  
    Cursive = 6,  
    SmallCapitals = 7  
}  
```

## 定数

| 定数                        | 説明                                                |
| ------------------------- | ------------------------------------------------- |
| Default                   | クローズド キャプション テキストで既定のフォント スタイルを使用します。             |
| MonospacedWithSerifs      | クローズド キャプション テキストでセリフ付きの等幅フォント スタイルを使用します。        |
| ProportionalWithSerifs    | クローズド キャプション テキストでセリフ付きのプロポーショナル フォント スタイルを使用します。 |
| MonospacedWithoutSerifs   | クローズド キャプション テキストでセリフなしの等幅フォント スタイルを使用します。        |
| ProportionalWithoutSerifs | クローズド キャプション テキストでセリフなしのプロポーショナル フォント スタイルを使用します。 |
| Casual                    | クローズド キャプション テキストでセリフ付きのカジュアル フォント スタイルを使用します。    |
| Cursive                   | クローズド キャプション テキストで筆記体のフォント スタイルを使用します。            |
| SmallCapitals             | クローズド キャプション テキストでスモール キャピタルのフォント スタイルを使用します。     |

## 解説

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 関数を呼び出すことで、現在のクローズド キャプション プロパティを取得できます。
[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 関数は、[XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 構造体へのポインターを引数として受け取ります。
**XClosedCaptionFontStyle** 列挙型は [XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 構造体のメンバーです。

## 要件

**ヘッダー:** XAccessibility.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体、XBOX Series 本体

## 関連項目

[XAccessibility](/reference/system/xaccessibility/xaccessibility_members)

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties)

[XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties)


## Related topics

- [XClosedCaptionProperties](/ja-jp/reference/system/xaccessibility/structs/xclosedcaptionproperties.md)
- [XAccessibility](/ja-jp/reference/system/xaccessibility/xaccessibility_members.md)
- [XClosedCaptionFontEdgeAttribute](/ja-jp/reference/system/xaccessibility/enums/xclosedcaptionfontedgeattribute.md)
- [XClosedCaptionGetProperties](/ja-jp/reference/system/xaccessibility/functions/xclosedcaptiongetproperties.md)
- [XClosedCaptionSetEnabled](/ja-jp/reference/system/xaccessibility/functions/xclosedcaptionsetenabled.md)
