public class AFMWritingDirectionMetrics
extends java.lang.Object
Constructor | Description |
---|---|
AFMWritingDirectionMetrics() |
Modifier and Type | Method | Description |
---|---|---|
double |
getItalicAngle() |
Returns the ItalicAngle value.
|
java.lang.Number |
getUnderlinePosition() |
Returns the UnderlinePosition value.
|
java.lang.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(java.lang.Number underlinePosition) |
Sets the UnderlinePosition value.
|
void |
setUnderlineThickness(java.lang.Number underlineThickness) |
Sets the UnderlineThickness value.
|
public java.lang.Number getUnderlinePosition()
public void setUnderlinePosition(java.lang.Number underlinePosition)
underlinePosition
- the underlinePosition to setpublic java.lang.Number getUnderlineThickness()
public void setUnderlineThickness(java.lang.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 1999-2016 The Apache Software Foundation. All Rights Reserved.