Uses of Class
sk.upjs.fontmapper.TextureAllocationException

Uses of TextureAllocationException in sk.upjs.fontmapper
 

Methods in sk.upjs.fontmapper that throw TextureAllocationException
 java.awt.Rectangle TexturePacker.allocateSpace(java.awt.Dimension size)
          Attempts to allocate space of specified size on the texture.
 java.awt.Rectangle BinaryPacker.allocateSpace(java.awt.Dimension size)
           
 char FontRenderer.drawFont(char min, char max, TexturePage page)
          Draw specified range of glyphs of this font to specified texture page.
 java.awt.geom.Rectangle2D.Float TexturePage.insertTexture(java.awt.image.BufferedImage image)
          Insert a texture image to the page.