[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontInfo

Class FontInfo

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

Represents the properties of a font used in a document.

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

Properties

AlternateNames

Gets a set of alternative names which can be used to locate the font if Name property is not matched.

public IList<string> AlternateNames { get; }

Property Value

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

Embedded

Gets the collection of embedded forms of this font.

This collection can contain from zero to four embedded font forms: regular, bold, italic and bold-italic.

public EmbeddedFontCollection Embedded { get; }

Property Value

EmbeddedFontCollection

Signature

Gets the FontSignature object that identifies code pages and Unicode ranges for which the font provides glyphs.

public FontSignature Signature { get; }

Property Value

FontSignature

TrueType

Gets or sets a value indicating the font type. If true, the font is a TrueType or OpenType font. If false, the font is a raster or vector font.

public bool TrueType { get; set; }

Property Value

bool