[]
Specifies a theme font type that can be referenced as a theme font. This theme font is a reference to one of the predefined theme fonts, located in the document, which allows for font information to be set centrally in the document.
public enum ThemeFontType
MajorAscii = 2Specifies that the current font is a reference to the major theme font for the range of characters from U+0000–U+007F.
MajorBidi = 1Specifies that the current font is a reference to the major theme font for the Complex Script range.
MajorEastAsia = 0Specifies that the current font is a reference to the major theme font for the East Asian range.
MajorHighAnsi = 3Specifies that the current font is a reference to the major theme font for the High ANSI range.
MinorAscii = 6Specifies that the current font is a reference to the minor theme font for the range of characters from U+0000–U+007F.
MinorBidi = 5Specifies that the current font is a reference to the minor theme font for the Complex Script range.
MinorEastAsia = 4Specifies that the current font is a reference to the minor theme font for the East Asian range.
MinorHighAnsi = 7Specifies that the current font is a reference to the minor theme font for the High ANSI range.