public class TypeToolFontInfo extends Object
Contains information about type tool font.
Constructor and Description |
---|
TypeToolFontInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getDesignAxes()
Gets or sets the design axes vector to follow.
|
int |
getDesignVectorValue()
Gets or sets the design vector value.
|
String |
getFontFamily()
Gets or sets the font family.
|
String |
getFontName()
Gets or sets the font name.
|
String |
getFontStyle()
Gets or sets the font style name.
|
int |
getFontTypeData()
Gets or sets the font type data.
|
int |
getLength()
Gets the length.
|
short |
getMarkValue()
Gets or sets the mark value.
|
short |
getScriptValue()
Gets or sets the script value.
|
void |
save(StreamContainer streamContainer)
Saves the
TypeToolFontInfo information to the specified stream container. |
void |
setDesignAxes(int value)
Gets or sets the design axes vector to follow.
|
void |
setDesignVectorValue(int value)
Gets or sets the design vector value.
|
void |
setFontFamily(String value)
Gets or sets the font family.
|
void |
setFontName(String value)
Gets or sets the font name.
|
void |
setFontStyle(String value)
Gets or sets the font style name.
|
void |
setFontTypeData(int value)
Gets or sets the font type data.
|
void |
setMarkValue(short value)
Gets or sets the mark value.
|
void |
setScriptValue(short value)
Gets or sets the script value.
|
public final short getMarkValue()
Gets or sets the mark value.
Value: The mark value.public final void setMarkValue(short value)
Gets or sets the mark value.
Value: The mark value.public final int getFontTypeData()
Gets or sets the font type data.
Value: The font type data.public final void setFontTypeData(int value)
Gets or sets the font type data.
Value: The font type data.public final String getFontName()
Gets or sets the font name.
Value: The font name.public final void setFontName(String value)
Gets or sets the font name.
Value: The font name.public final String getFontFamily()
Gets or sets the font family.
Value: The font family.public final void setFontFamily(String value)
Gets or sets the font family.
Value: The font family.public final String getFontStyle()
Gets or sets the font style name.
Value: The font style name.public final void setFontStyle(String value)
Gets or sets the font style name.
Value: The font style name.public final short getScriptValue()
Gets or sets the script value.
Value: The script value.public final void setScriptValue(short value)
Gets or sets the script value.
Value: The script value.public final int getDesignAxes()
Gets or sets the design axes vector to follow.
Value: The design axes vector to follow.public final void setDesignAxes(int value)
Gets or sets the design axes vector to follow.
Value: The design axes vector to follow.public final int getDesignVectorValue()
Gets or sets the design vector value.
Value: The design vector value.public final void setDesignVectorValue(int value)
Gets or sets the design vector value.
Value: The design vector value.public final int getLength()
Gets the length.
Value: The length.public final void save(StreamContainer streamContainer)
Saves the TypeToolFontInfo
information to the specified stream container.
streamContainer
- The stream container to save to.