Class Font

Font class

Contains information about a font.

public class Font

Constructors

NameDescription
Font()Constructor.

Properties

NameDescription
CharSets { get; set; }The supported character sets of the font.
Flags { get; set; }Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
ID { get; set; }The ID of the element within its parent element.
Name { get; set; }The name of the font as a UTF-16 Unicode string.
Panos { get; set; }The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
UnicodeRanges { get; set; }The supported Unicode ranges of the font.

See Also