public class AFMWritingDirectionMetrics extends Object
Constructor and Description |
---|
AFMWritingDirectionMetrics() |
Modifier and Type | Method and Description |
---|---|
double |
getItalicAngle()
Returns the ItalicAngle value.
|
Number |
getUnderlinePosition()
Returns the UnderlinePosition value.
|
Number |
getUnderlineThickness()
Returns the UnderlineThickness value.
|
boolean |
isFixedPitch()
Returns the IsFixedPitch value.
|
void |
setFixedPitch(boolean value)
Set the IsFixedPitch value.
|
void |
setItalicAngle(double italicAngle)
Sets the ItalicAngle value.
|
void |
setUnderlinePosition(Number underlinePosition)
Sets the UnderlinePosition value.
|
void |
setUnderlineThickness(Number underlineThickness)
Sets the UnderlineThickness value.
|
public Number getUnderlinePosition()
public void setUnderlinePosition(Number underlinePosition)
underlinePosition
- the underlinePosition to setpublic Number getUnderlineThickness()
public void setUnderlineThickness(Number underlineThickness)
underlineThickness
- the underlineThickness to setpublic double getItalicAngle()
public void setItalicAngle(double italicAngle)
italicAngle
- the italicAngle to setpublic boolean isFixedPitch()
public void setFixedPitch(boolean value)
value
- the isFixedPitch to setCopyright © 2007-2019. All Rights Reserved.