Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfo Class
Properties

In This Topic
    FontInfo Class Members
    In This Topic

    The following tables list the members exposed by FontInfo.

    Public Properties
     NameDescription
    Public PropertyGets a set of alternative names which can be used to locate the font if ThemeFont.Name property is not matched.  
    Public Property Gets or sets the character set supported by this font. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public PropertyGets or sets a numeric value that corresponds to ThemeFont.CharSet. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public Property Gets the document that contains this font. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public PropertyGets 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 Property Gets or sets the font family of this font. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public Property Gets a value indicating whether the containing document is in reading mode. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public Property Gets or sets the primary name of the font. (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public Property

    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.

    (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public Property

    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.

    (Inherited from GrapeCity.Documents.Word.ThemeFont)
    Public PropertyGets the FontSignature object that identifies code pages and Unicode ranges for which the font provides glyphs.  
    Public PropertyGets 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.  
    Top
    See Also