Interface FontManager
- All Known Subinterfaces:
GenericPlatform
- All Known Implementing Classes:
AwtPlatform, JsPlatform, Platform, Platform, Platform
public interface FontManager
A generic interface for font queries.
In JSmol it is handled by org.jmol.api.ApiPlatform
-
Method Summary
Modifier and TypeMethodDescriptionintfontStringWidth(Font font, String text) intgetFontAscent(Object fontMetrics) intgetFontDescent(Object fontMetrics) getFontMetrics(Font font, Object graphics)
-
Method Details
-
fontStringWidth
-
getFontAscent
-
getFontDescent
-
getFontMetrics
-
newFont
-