ThemeFont members
Represents a theme font within the context of a ThmxTheme object. A theme font consists of at least three script fonts accompanied by a dictionary of optional script-font mappings.
The ThemeFont type exposes the following members.
Properties
Name | Description | |
---|---|---|
ComplexScriptFont | Obsolete. Gets or sets the font to be used to represent complex script characters. | |
ComplexScriptFontFace | ||
CurrentLanguageFont | ||
EastAsianFont | Obsolete. Gets or sets the font to be used to represent East Asian characters. | |
EastAsianFontFace | ||
LatinFont | Obsolete. Gets or sets the font to be used to represent Latin characters. | |
LatinFontFace |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFontFaceForLanguage | ||
GetFontFaceForScript | ||
GetFontForLanguage | Obsolete. Gets the font associated with the specified language. | |
GetFontForScript | Obsolete. Gets the font associated to a language. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetFontFaceForScript | ||
SetFontForScript | Obsolete. Sets the font associated with a language. | |
ToString | (Inherited from Object.) |
Top