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