org.apache.fop.fonts.type1
Class AFMWritingDirectionMetrics
java.lang.Object
org.apache.fop.fonts.type1.AFMWritingDirectionMetrics
public class AFMWritingDirectionMetrics
extends java.lang.Object
Represents a writing direction metrics section from an AFM file.
getItalicAngle
public double getItalicAngle()
Returns the ItalicAngle value.
getUnderlinePosition
public Number getUnderlinePosition()
Returns the UnderlinePosition value.
getUnderlineThickness
public Number getUnderlineThickness()
Returns the UnderlineThickness value.
isFixedPitch
public boolean isFixedPitch()
Returns the IsFixedPitch value.
setFixedPitch
public void setFixedPitch(boolean value)
Set the IsFixedPitch value.
value
- the isFixedPitch to set
setItalicAngle
public void setItalicAngle(double italicAngle)
Sets the ItalicAngle value.
italicAngle
- the italicAngle to set
setUnderlinePosition
public void setUnderlinePosition(Number underlinePosition)
Sets the UnderlinePosition value.
underlinePosition
- the underlinePosition to set
setUnderlineThickness
public void setUnderlineThickness(Number underlineThickness)
Sets the UnderlineThickness value.
underlineThickness
- the underlineThickness to set
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.