[]
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 = 2
Specifies that the current font is a reference to the major theme font for the range of characters from U+0000–U+007F.
MajorBidi = 1
Specifies that the current font is a reference to the major theme font for the Complex Script range.
MajorEastAsia = 0
Specifies that the current font is a reference to the major theme font for the East Asian range.
MajorHighAnsi = 3
Specifies that the current font is a reference to the major theme font for the High ANSI range.
MinorAscii = 6
Specifies that the current font is a reference to the minor theme font for the range of characters from U+0000–U+007F.
MinorBidi = 5
Specifies that the current font is a reference to the minor theme font for the Complex Script range.
MinorEastAsia = 4
Specifies that the current font is a reference to the minor theme font for the East Asian range.
MinorHighAnsi = 7
Specifies that the current font is a reference to the minor theme font for the High ANSI range.