Package org.jmol.api
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 TypeMethodDescriptionint
fontStringWidth
(Font font, String text) int
getFontAscent
(Object fontMetrics) int
getFontDescent
(Object fontMetrics) getFontMetrics
(Font font, Object graphics)
-
Method Details
-
fontStringWidth
-
getFontAscent
-
getFontDescent
-
getFontMetrics
-
newFont
-