[]
Represents the properties of a font used in a document.
public class FontInfo : ThemeFont
Public Class FontInfo
Inherits ThemeFont
Name | Description |
---|---|
AlternateNames | Gets a set of alternative names which can be used to locate the font if Name property is not matched. |
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. |
Signature | Gets the FontSignature object that identifies code pages and Unicode ranges for which the font provides glyphs. |
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. |