sk.upjs.fontmapper
Class GlyphDataWriterDefault

java.lang.Object
  extended by sk.upjs.fontmapper.GlyphDataWriter
      extended by sk.upjs.fontmapper.GlyphDataWriterDefault

 class GlyphDataWriterDefault
extends GlyphDataWriter

Default implementation of GlyphDataWriter. Outputs to a simple comma and newline separated text format.


Nested Class Summary
 
Nested classes/interfaces inherited from class sk.upjs.fontmapper.GlyphDataWriter
GlyphDataWriter.GlyphData
 
Field Summary
private  java.lang.String formatVersion_
          Version string of the format.
 
Fields inherited from class sk.upjs.fontmapper.GlyphDataWriter
antialiasing_, currentGlyph_, fontName_, fontSize_, fontStyle_, glyphs_, numGlyphs_, numPages_, pageFormat_, pageNames_, pageSize_, startGlyph_
 
Constructor Summary
GlyphDataWriterDefault()
           
 
Method Summary
 void write(java.lang.String fileName)
          Write out to specified file.
 
Methods inherited from class sk.upjs.fontmapper.GlyphDataWriter
fontData, glyphData, glyphFinish, glyphMetrics, glyphTexCoords, pageData, pageFinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatVersion_

private java.lang.String formatVersion_
Version string of the format.

Constructor Detail

GlyphDataWriterDefault

GlyphDataWriterDefault()
Method Detail

write

public void write(java.lang.String fileName)
           throws GlyphDataOutputException
Description copied from class: GlyphDataWriter
Write out to specified file.

Specified by:
write in class GlyphDataWriter
Throws:
GlyphDataOutputException - on failure.