Constructor Summary |
---|
Font()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCharSets() | |
method | setCharSets(value) | |
The supported character sets of the font. | ||
method | getFlags() | |
method | setFlags(value) | |
Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type. | ||
method | getID() | |
method | setID(value) | |
The ID of the element within its parent element. | ||
method | getName() | |
method | setName(value) | |
The name of the font as a UTF-16 Unicode string. | ||
method | getPanos() | |
method | setPanos(value) | |
The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics. | ||
method | getUnicodeRanges() | |
method | setUnicodeRanges(value) | |
The supported Unicode ranges of the font. |
int getID() / setID(value)
String getName() / setName(value)
String getUnicodeRanges() / setUnicodeRanges(value)
String getCharSets() / setCharSets(value)
String getPanos() / setPanos(value)
int getFlags() / setFlags(value)