FontStyle Enumeration

Indicates the font style that should be used for your closed captions.

Syntax

public enum class FontStyle  

Members

Member Value Description
Casual A casual font for your captions.
Cursive A cursive font for your captions.
Default The standard font for your captions.
MonospacedWithoutSerifs A monospaced font for your captions that does not use serifs.
MonospacedWithSerifs A monospaced font for your captions that does use serifs.
ProportionalWithoutSerifs A proportional font for your captions that does not use serifs.
ProportionalWithSerifs A proportional font for your captions that does use serifs.
SmallCapitals A font for your captions that uses small capital letters.

Remarks

The individual fonts associated with each enumerated value are up to your individual app. You choose which fonts represent each possibly style.

Requirements

Namespace: Windows.Xbox.System.ClosedCaptions

Metadata: windows.winmd

See also

Reference

Windows.Xbox.System.ClosedCaptions Namespace