Uses of Class
sk.upjs.fontmapper.TexturePage

Uses of TexturePage in sk.upjs.fontmapper
 

Methods in sk.upjs.fontmapper with parameters of type TexturePage
 char FontRenderer.drawFont(char min, char max, TexturePage page)
          Draw specified range of glyphs of this font to specified texture page.
private  java.awt.image.BufferedImage FontRenderer.glyphImage_(char c, int colorMode, TexturePage page)
          Return an image with glyph of specified character.