- registerBitmap(String, InputStream, String) - Method in interface org.jglfont.spi.BitmapFontRenderer
-
Register the bitmap with the given data under the given key.
- registerGlyph(String, char, int, int, int, int, float, float, float, float) - Method in interface org.jglfont.spi.BitmapFontRenderer
-
Register a single Character Glyph for later rendering.
- render(String, int, int, char, float, float, float, float, float, float) - Method in interface org.jglfont.spi.BitmapFontRenderer
-
Render a single character at the given position with the given color using the given bitmapId.
- renderText(int, int, String) - Method in interface org.jglfont.BitmapFont
-
Output text at the given x and y positon.
- renderText(int, int, String, float, float, float, float, float, float) - Method in interface org.jglfont.BitmapFont
-
Output text at the given x and y position using the given color and the r,g,b,a components.
- renderText(int, int, String) - Method in class org.jglfont.impl.BitmapFontImpl
-
- renderText(int, int, String, float, float, float, float, float, float) - Method in class org.jglfont.impl.BitmapFontImpl
-
- ResourceLoader - Interface in org.jglfont.spi
-
This translates a filename (as stored in the angelcode bitmap font format example) into an Inputstream.