Package | Description |
---|---|
org.jglfont.impl.format.angelcode | |
org.jglfont.impl.format.angelcode.line |
Modifier and Type | Method and Description |
---|---|
void |
AngelCodeLineParser.parse(String source,
AngelCodeLineData parsed) |
boolean |
AngelCodeLine.process(AngelCodeLineData line,
BitmapFontData font)
Take the line which represents the current line with all data
split into key/value types and fill the corresponding properties
of the given BitmapFontData font.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PageLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
KerningsLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
KerningLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
InfoLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
CommonLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
CharsLine.process(AngelCodeLineData line,
BitmapFontData font) |
boolean |
CharLine.process(AngelCodeLineData line,
BitmapFontData font) |
Copyright © 2013. All Rights Reserved.