public class CdrFont extends CdrDictionaryItem
the cdr Font
CdrObjectContainer
Constructor and Description |
---|
CdrFont() |
Modifier and Type | Method and Description |
---|---|
short |
getEncoding()
Gets the encoding.
|
String |
getFontName()
Gets the name of the font.
|
void |
setEncoding(short value)
Sets the encoding.
|
void |
setFontName(String value)
Sets the name of the font.
|
getId, setId
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final String getFontName()
Gets the name of the font.
public final void setFontName(String value)
Sets the name of the font.
value
- the name of the font.public final short getEncoding()
Gets the encoding.
public final void setEncoding(short value)
Sets the encoding.
value
- the encoding.