- All Known Implementing Classes:
ITextFSFontMetrics,LineMetricsAdapter
public interface FSFontMetrics
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatIn keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.floatfloatfloatIn keeping with the JDKLineMetricsconvention, this number is positive for values below the baseline.float
-
Method Details
-
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()
-