Package | Description |
---|---|
org.jglfont.impl | |
org.jglfont.impl.format | |
org.jglfont.impl.format.angelcode | |
org.jglfont.impl.format.angelcode.line |
Constructor and Description |
---|
BitmapFontImpl(BitmapFontRenderer fontRenderer,
ResourceLoader resourceLoader,
BitmapFontData fontData,
String filename)
Create a BitmapFont using the given BitmapFontRenderer and the BitmapFontData.
|
Modifier and Type | Method and Description |
---|---|
BitmapFontData |
BitmapFontLoader.load(InputStream in)
Load a font.
|
Modifier and Type | Method and Description |
---|---|
BitmapFontData |
AngelCodeBitmapFontLoader.load(InputStream in) |
Modifier and Type | Method and Description |
---|---|
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.