Uses of Class
jexer.backend.GlyphMaker
-
Packages that use GlyphMaker Package Description jexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of GlyphMaker in jexer.backend
Methods in jexer.backend that return GlyphMaker Modifier and Type Method Description static GlyphMaker
GlyphMaker. getInstance(int fontSize)
Obtain the GlyphMaker instance for a particular font size.
-