Font class

Font class

Contains information about a font.

The Font type exposes the following members:

Constructors

ConstructorDescription
Font()Constructor.

Properties

PropertyDescription
idThe ID of the element within its parent element.
nameThe name of the font as a UTF-16 Unicode string.
unicode_rangesThe supported Unicode ranges of the font.
char_setsThe supported character sets of the font.
panosThe panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
flagsFlags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.

See Also