[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ThemeFont

Class ThemeFont

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a font that is to be used for a specific language or locale.

public class ThemeFont
Inheritance
object
ThemeFont
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

CharSet

Gets or sets the character set supported by this font.

public FontCharSet CharSet { get; set; }

Property Value

FontCharSet

CharSetCode

Gets or sets a numeric value that corresponds to CharSet.

public byte CharSetCode { get; set; }

Property Value

byte

Document

Gets the document that contains this font.

public DocumentBase Document { get; }

Property Value

DocumentBase

Family

Gets or sets the font family of this font.

public FontFamily Family { get; set; }

Property Value

FontFamily

IsReadOnly

Gets a value indicating whether the containing document is in reading mode.

public bool IsReadOnly { get; }

Property Value

bool

Name

Gets or sets the primary name of the font.

public string Name { get; set; }

Property Value

string

Panose

Gets or sets the 10-byte series of numbers that is used to describe the visual characteristics of a typeface.

Panose is a compact 10-byte description of a font's critical visual characteristics, such as contrast, weight, and serif style. The digits represent Family Kind, Serif Style, Weight, Proportion, Contrast, Stroke Variation, Arm Style, Letterform, Midline, and X-Height.

public IList<byte> Panose { get; set; }

Property Value

System.Collections.Generic.IList<T><byte>

Pitch

Gets or sets the font pitch of this font.

The pitch indicates whether the font is fixed pitch, proportionally spaced, or relies on a default setting.

public FontPitch Pitch { get; set; }

Property Value

FontPitch