Package com.openhtmltopdf.render
Interface FSFontMetrics
-
- All Known Implementing Classes:
LineMetricsAdapter
public interface FSFontMetrics
-
-
Method Summary
Modifier and Type Method Description floatgetAscent()floatgetDescent()In keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.floatgetStrikethroughOffset()floatgetStrikethroughThickness()floatgetUnderlineOffset()In keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.floatgetUnderlineThickness()
-
-
-
Method Detail
-
getAscent
float getAscent()
-
getDescent
float getDescent()
In keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.
-
getStrikethroughOffset
float getStrikethroughOffset()
-
getStrikethroughThickness
float getStrikethroughThickness()
-
getUnderlineOffset
float getUnderlineOffset()
In keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.
-
getUnderlineThickness
float getUnderlineThickness()
-
-