public interface FontMetricsService
| Modifier and Type | Method and Description |
|---|---|
float |
getAscender(Font font) |
float |
getAscent(Font font) |
float |
getDescent(Font font) |
float |
getLineHeight(Font font) |
float |
stringWidth(Font font,
String text) |
Copyright © 2013. All Rights Reserved.