com.aspose.diagram

  • java.lang.Object
    • 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()
void
setCharSets(java.lang.Stringvalue)
           The supported character sets of the font.
intgetFlags()
void
setFlags(intvalue)
           Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
intgetID()
void
setID(intvalue)
           The ID of the element within its parent element.
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           The name of the font as a UTF-16 Unicode string.
java.lang.StringgetPanos()
void
setPanos(java.lang.Stringvalue)
           The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
java.lang.StringgetUnicodeRanges()
void
setUnicodeRanges(java.lang.Stringvalue)
           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.