ThemeFont Members
Include Protected Members
Include Inherited 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 | Gets or sets the font to be used to represent complex script characters. |
![]() |
EastAsianFont | Gets or sets the font to be used to represent East Asian characters. |
![]() |
LatinFont | Gets or sets the font to be used to represent Latin characters. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetFontForLanguage | Gets the font associated with the specified language. |
![]() |
GetFontForScript | Gets the font associated to a language. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetFontForScript | Sets the font associated with a language. |
![]() |
ToString | (Inherited from Object.) |
Top