CdrFont
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrDictionaryItem
public class CdrFont extends CdrDictionaryItem
the cdr Font
Constructors
Constructor | Description |
---|---|
CdrFont() |
Methods
Method | Description |
---|---|
getFontName() | Gets the name of the font. |
setFontName(String value) | Sets the name of the font. |
getEncoding() | Gets the encoding. |
setEncoding(short value) | Sets the encoding. |
CdrFont()
public CdrFont()
getFontName()
public final String getFontName()
Gets the name of the font.
Returns: java.lang.String - the name of the font.
setFontName(String value)
public final void setFontName(String value)
Sets the name of the font.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the name of the font. |
getEncoding()
public final short getEncoding()
Gets the encoding.
Returns: short - the encoding.
setEncoding(short value)
public final void setEncoding(short value)
Sets the encoding.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | the encoding. |