public interface FSFontMetrics
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.