com.aspose.diagram
Class Font

java.lang.Object
    extended by com.aspose.diagram.Font

public class Font 
extends java.lang.Object

Contains information about a font.


Constructor Summary
Font()
           Constructor.
 
Property Getters/Setters Summary
java.lang.StringgetCharSets()
voidsetCharSets(java.lang.String)
           The supported character sets of the font.
intgetFlags()
voidsetFlags(int)
           Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
intgetID()
voidsetID(int)
           The ID of the element within its parent element.
java.lang.StringgetName()
voidsetName(java.lang.String)
           The name of the font as a UTF-16 Unicode string.
java.lang.StringgetPanos()
voidsetPanos(java.lang.String)
           The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
java.lang.StringgetUnicodeRanges()
voidsetUnicodeRanges(java.lang.String)
           The supported Unicode ranges of the font.
 

Constructor Detail

Font

public Font()
Constructor.

Property Getters/Setters Detail

getID/setID

public int getID() / public void setID(int value)
The ID of the element within its parent element.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
The name of the font as a UTF-16 Unicode string.

getUnicodeRanges/setUnicodeRanges

public java.lang.String getUnicodeRanges() / public void setUnicodeRanges(java.lang.String value)
The supported Unicode ranges of the font.

getCharSets/setCharSets

public java.lang.String getCharSets() / public void setCharSets(java.lang.String value)
The supported character sets of the font.

getPanos/setPanos

public java.lang.String getPanos() / public void setPanos(java.lang.String value)
The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.

getFlags/setFlags

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

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.