Font

Font class

Contains information about a font.

Constructors

NameDescription
FontConstructor.

Properties

NameTypeDescription
IDintThe ID of the element within its parent element.
NameStringThe name of the font as a UTF-16 Unicode string.
UnicodeRangesStringThe supported Unicode ranges of the font.
CharSetsStringThe supported character sets of the font.
PanosStringThe panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon thei
FlagsintFlags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.

Font()

Constructor.

Font.ID property

The ID of the element within its parent element.

Type: int

Font.Name property

The name of the font as a UTF-16 Unicode string.

Type: String

Font.UnicodeRanges property

The supported Unicode ranges of the font.

Type: String

Font.CharSets property

The supported character sets of the font.

Type: String

Font.Panos property

The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.

Type: String

Font.Flags property

Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.

Type: int