Package org.xhtmlrenderer.render
Interface FSFontMetrics
-
- All Known Implementing Classes:
ITextFSFontMetrics
,LineMetricsAdapter
public interface FSFontMetrics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getAscent()
float
getDescent()
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.float
getStrikethroughOffset()
float
getStrikethroughThickness()
float
getUnderlineOffset()
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.float
getUnderlineThickness()
-
-
-
Method Detail
-
getAscent
float getAscent()
-
getDescent
float getDescent()
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.
-
getStrikethroughOffset
float getStrikethroughOffset()
-
getStrikethroughThickness
float getStrikethroughThickness()
-
getUnderlineOffset
float getUnderlineOffset()
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.
-
getUnderlineThickness
float getUnderlineThickness()
-
-