VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Styles.FontScheme

Namespace: DOM.Styles

Describes a document font scheme used by a theme to provide coordinated typefaces.

Agroups the primary (major) and secondary (minor) font families for different script categories (Latin, East Asian, Complex Script) and provides a list of script-specific font overrides. Consumers should consult the scheme when producing styled text or when falling back to theme-provided fonts.

8 members

Properties

MajorComplexScript

Gets or sets the major complex-script font family used for prominent complex-script text.

MajorEastAsian

Gets or sets the major East Asian font family used for prominent CJK text.

MajorLatin

Gets or sets the major Latin font family used for prominent (heading-level) text.

MinorComplexScript

Gets or sets the minor complex-script font family used for body (regular) complex-script text.

MinorEastAsian

Gets or sets the minor East Asian font family used for body (regular) CJK text.

MinorLatin

Gets or sets the minor Latin font family used for body (regular) Latin text.

Name

Gets or sets the canonical name of the font scheme.

ScriptFontsScriptFont

Gets or sets script-specific font entries that provide overrides or additional font metadata.