Package com.openhtmltopdf.render
Interface FSFontMetrics
- All Known Implementing Classes:
LineMetricsAdapter
,PdfBoxFSFontMetrics
public interface FSFontMetrics
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.float
float
float
In keeping with the JDKLineMetrics
convention, this number is positive for values below the baseline.float
-
Method Details
-
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()
-