asposediagram.api

Contains information about a font.

Constructor Summary
Font()
Constructor.
 
Property Getters/Setters Summary
methodgetCharSets()
method
           The supported character sets of the font.
methodgetFlags()
method
setFlags(value)
           Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
methodgetID()
method
setID(value)
           The ID of the element within its parent element.
methodgetName()
method
setName(value)
           The name of the font as a UTF-16 Unicode string.
methodgetPanos()
method
setPanos(value)
           The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
methodgetUnicodeRanges()
method
           The supported Unicode ranges of the font.
 

    • Constructor Detail

      • Font

        Font()
        Constructor.
    • Property Getters/Setters Detail

      • getID/setID : int 

        int getID() / setID(value)
        
        The ID of the element within its parent element.
      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the font as a UTF-16 Unicode string.
      • getUnicodeRanges/setUnicodeRanges : String 

        String getUnicodeRanges() / setUnicodeRanges(value)
        
        The supported Unicode ranges of the font.
      • getCharSets/setCharSets : String 

        String getCharSets() / setCharSets(value)
        
        The supported character sets of the font.
      • getPanos/setPanos : String 

        String getPanos() / setPanos(value)
        
        The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
      • getFlags/setFlags : int 

        int getFlags() / setFlags(value)
        
        Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.