[]
Represents the properties of a font used in a document.
public class FontInfo : ThemeFont
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; }
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; }
Gets the FontSignature object that identifies code pages and Unicode ranges for which the font provides glyphs.
public FontSignature Signature { get; }
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; }