|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsk.upjs.fontmapper.GlyphDataWriter
sk.upjs.fontmapper.GlyphDataWriterDefault
class GlyphDataWriterDefault
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 |
|---|
private java.lang.String formatVersion_
| Constructor Detail |
|---|
GlyphDataWriterDefault()
| Method Detail |
|---|
public void write(java.lang.String fileName)
throws GlyphDataOutputException
GlyphDataWriter
write in class GlyphDataWriterGlyphDataOutputException - on failure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||