[]
Represents a font scheme within a theme.
The font scheme consists of a pair of major and minor fonts to use in a document. The major font corresponds well with the heading areas of a document, while the minor font corresponds well with the normal text or paragraph areas.
public class FontScheme
Public Class FontScheme
Name | Description |
---|---|
Document | Gets the containing document. |
IsReadOnly | Gets a value indicating whether the containing document is in reading mode. |
MajorFont | Gets a set of major fonts that are to be used for different languages or locales. The major font corresponds well with the heading areas of a document. |
MinorFont | Gets a set of minor fonts that are to be used for different languages or locales. The minor font corresponds well with the normal text or paragraph areas. |
Name | Gets or sets the scheme name. |
Name | Description |
---|---|
GetFontName(ThemeFontType) | Gets a theme font name by its type. |
GetThemeFont(ThemeFontType) | Gets a theme font by its type. |