Uses of Class
sk.upjs.fontmapper.GlyphDataWriter

Uses of GlyphDataWriter in sk.upjs.fontmapper
 

Subclasses of GlyphDataWriter in sk.upjs.fontmapper
(package private)  class GlyphDataWriterDefault
          Default implementation of GlyphDataWriter.
 

Fields in sk.upjs.fontmapper declared as GlyphDataWriter
(package private)  GlyphDataWriter FontRenderer.writer_
          Used for glyph metadata output.
(package private)  GlyphDataWriter TexturePage.writer_
          Used for glyph metadata output.
 

Constructors in sk.upjs.fontmapper with parameters of type GlyphDataWriter
FontRenderer(java.lang.String fontName, int fontSize, int fontStyle, boolean antialiasing, GlyphDataWriter writer)
          Constructs a font renderer with specified font parameters.
TexturePage(java.awt.Dimension size, int colorMode, TexturePacker packer, GlyphDataWriter writer)
          Constructs a texture page with specified dimensions, color format and passes texture packer to use.