public class LineMetricsAdapter extends java.lang.Object implements FSFontMetrics
?????? |
---|
LineMetricsAdapter(java.awt.font.LineMetrics lineMetrics) |
?????? | ????? |
---|---|
float |
getAscent() |
float |
getDescent()
In keeping with the JDK
LineMetrics convention, this number is
positive for values below the baseline. |
float |
getStrikethroughOffset() |
float |
getStrikethroughThickness() |
float |
getUnderlineOffset()
In keeping with the JDK
LineMetrics convention, this number is
positive for values below the baseline. |
float |
getUnderlineThickness() |
public float getAscent()
getAscent
???? FSFontMetrics
public float getDescent()
FSFontMetrics
LineMetrics
convention, this number is
positive for values below the baseline.getDescent
???? FSFontMetrics
public float getStrikethroughOffset()
getStrikethroughOffset
???? FSFontMetrics
public float getStrikethroughThickness()
getStrikethroughThickness
???? FSFontMetrics
public float getUnderlineOffset()
FSFontMetrics
LineMetrics
convention, this number is
positive for values below the baseline.getUnderlineOffset
???? FSFontMetrics
public float getUnderlineThickness()
getUnderlineThickness
???? FSFontMetrics