VDocs.NET
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.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in