org.xhtmlrenderer.pdf
Class ITextFSFontMetrics
java.lang.Object
org.xhtmlrenderer.pdf.ITextFSFontMetrics
- All Implemented Interfaces:
- FSFontMetrics
public class ITextFSFontMetrics
- extends java.lang.Object
- implements FSFontMetrics
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITextFSFontMetrics
public ITextFSFontMetrics()
getAscent
public float getAscent()
- Specified by:
getAscent
in interface FSFontMetrics
setAscent
public void setAscent(float ascent)
getDescent
public float getDescent()
- Description copied from interface:
FSFontMetrics
- In keeping with the JDK
LineMetrics
convention, this number is
positive for values below the baseline.
- Specified by:
getDescent
in interface FSFontMetrics
setDescent
public void setDescent(float descent)
getStrikethroughOffset
public float getStrikethroughOffset()
- Specified by:
getStrikethroughOffset
in interface FSFontMetrics
setStrikethroughOffset
public void setStrikethroughOffset(float strikethroughOffset)
getStrikethroughThickness
public float getStrikethroughThickness()
- Specified by:
getStrikethroughThickness
in interface FSFontMetrics
setStrikethroughThickness
public void setStrikethroughThickness(float strikethroughThickness)
getUnderlineOffset
public float getUnderlineOffset()
- Description copied from interface:
FSFontMetrics
- In keeping with the JDK
LineMetrics
convention, this number is
positive for values below the baseline.
- Specified by:
getUnderlineOffset
in interface FSFontMetrics
setUnderlineOffset
public void setUnderlineOffset(float underlineOffset)
getUnderlineThickness
public float getUnderlineThickness()
- Specified by:
getUnderlineThickness
in interface FSFontMetrics
setUnderlineThickness
public void setUnderlineThickness(float underlineThickness)
Flying Saucer Project Home