org.xhtmlrenderer.render
Interface FSFontMetrics
- All Known Implementing Classes:
- LineMetricsAdapter
public interface FSFontMetrics
getAscent
float getAscent()
getDescent
float getDescent()
- In keeping with the JDK
LineMetrics convention, this number is
positive for values below the baseline.
getStrikethroughOffset
float getStrikethroughOffset()
getStrikethroughThickness
float getStrikethroughThickness()
getUnderlineOffset
float getUnderlineOffset()
- In keeping with the JDK
LineMetrics convention, this number is
positive for values below the baseline.
getUnderlineThickness
float getUnderlineThickness()
Copyright © 2013. All Rights Reserved.