public interface FSFontMetrics
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
float getAscent()
float getDescent()
LineMetrics convention, this number is
positive for values below the baseline.float getStrikethroughOffset()
float getStrikethroughThickness()
float getUnderlineOffset()
LineMetrics convention, this number is
positive for values below the baseline.float getUnderlineThickness()
Copyright © 2019. All Rights Reserved.