CdrFont

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

ConstructorDescription
CdrFont()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.Stringthe 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:

ParameterTypeDescription
valueshortthe encoding.