public class TypeToolStyleInfo extends Object
Type tool style information.
Constructor and Description |
---|
TypeToolStyleInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoKern()
Gets or sets a value indicating whether auto kerning is on or off.
|
int |
getBaseShiftValue()
Gets or sets the base shift value.
|
short |
getFaceMarkValue()
Gets or sets the face mark value.
|
int |
getKerningValue()
Gets or sets the kerning value.
|
int |
getLeadingValue()
Gets or sets the leading value.
|
short |
getMarkValue()
Gets or sets the mark value.
|
boolean |
getRotateDown()
Gets or sets a value indicating whether it is a rotate down style.
|
int |
getSizeValue()
Gets or sets the size value.
|
int |
getTrackingValue()
Gets or sets the tracking value.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the
TypeToolFontInfo information to the specified stream container. |
void |
setAutoKern(boolean value)
Gets or sets a value indicating whether auto kerning is on or off.
|
void |
setBaseShiftValue(int value)
Gets or sets the base shift value.
|
void |
setFaceMarkValue(short value)
Gets or sets the face mark value.
|
void |
setKerningValue(int value)
Gets or sets the kerning value.
|
void |
setLeadingValue(int value)
Gets or sets the leading value.
|
void |
setMarkValue(short value)
Gets or sets the mark value.
|
void |
setRotateDown(boolean value)
Gets or sets a value indicating whether it is a rotate down style.
|
void |
setSizeValue(int value)
Gets or sets the size value.
|
void |
setTrackingValue(int value)
Gets or sets the tracking value.
|
public short getMarkValue()
Gets or sets the mark value.
Value: The mark value.public void setMarkValue(short value)
Gets or sets the mark value.
Value: The mark value.public short getFaceMarkValue()
Gets or sets the face mark value.
Value: The face mark value.public void setFaceMarkValue(short value)
Gets or sets the face mark value.
Value: The face mark value.public int getSizeValue()
Gets or sets the size value.
Value: The size value.public void setSizeValue(int value)
Gets or sets the size value.
Value: The size value.public int getTrackingValue()
Gets or sets the tracking value.
Value: The tracking value.public void setTrackingValue(int value)
Gets or sets the tracking value.
Value: The tracking value.public int getKerningValue()
Gets or sets the kerning value.
Value: The kerning value.public void setKerningValue(int value)
Gets or sets the kerning value.
Value: The kerning value.public int getLeadingValue()
Gets or sets the leading value.
Value: The leading value.public void setLeadingValue(int value)
Gets or sets the leading value.
Value: The leading value.public int getBaseShiftValue()
Gets or sets the base shift value.
Value: The base shift value.public void setBaseShiftValue(int value)
Gets or sets the base shift value.
Value: The base shift value.public boolean getAutoKern()
Gets or sets a value indicating whether auto kerning is on or off.
Value:true
if auto kerning is on; otherwise, false
.public void setAutoKern(boolean value)
Gets or sets a value indicating whether auto kerning is on or off.
Value:true
if auto kerning is on; otherwise, false
.public boolean getRotateDown()
Gets or sets a value indicating whether it is a rotate down style.
Value:true
if it is a rotate down style; otherwise, false
.public void setRotateDown(boolean value)
Gets or sets a value indicating whether it is a rotate down style.
Value:true
if it is a rotate down style; otherwise, false
.public void save(StreamContainer streamContainer, int psdVersion)
Saves the TypeToolFontInfo
information to the specified stream container.
streamContainer
- The stream container to save to.psdVersion
- The PSD version.