VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Styles.ScriptFont

Namespace: DOM.Styles

Describes a font mapping for a specific script/language category.

pairs a script identifier with a typeface name and is used by themes and font schemes to provide script-specific font selection (for example Latin, East Asian or complex script families). Consumers should treat theas the script/category key andas the font family to apply for that script.

2 members

Properties

ScriptName

Gets or sets the script identifier this font mapping applies to.

TypeFace

Gets or sets the typeface (font family) to use for the given script.