Indicates the font style that should be used for your closed captions.
public enum class FontStyle
| Member | Value | Description |
|---|---|---|
| Casual | 5 | A casual font for your captions. |
| Cursive | 6 | A cursive font for your captions. |
| Default | 0 | The standard font for your captions. |
| MonospacedWithoutSerifs | 3 | A monospaced font for your captions that does not use serifs. |
| MonospacedWithSerifs | 1 | A monospaced font for your captions that does use serifs. |
| ProportionalWithoutSerifs | 4 | A proportional font for your captions that does not use serifs. |
| ProportionalWithSerifs | 2 | A proportional font for your captions that does use serifs. |
| SmallCapitals | 7 | A font for your captions that uses small capital letters. |
The individual fonts associated with each enumerated value are up to your individual app. You choose which fonts represent each possibly style.
Namespace: Windows.Xbox.System.ClosedCaptions
Metadata: windows.winmd