libgdx API

com.badlogic.gdx.graphics.g2d
Class BitmapFont.BitmapFontData

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.BitmapFont.BitmapFontData
Enclosing class:
BitmapFont

public static class BitmapFont.BitmapFontData
extends java.lang.Object


Constructor Summary
BitmapFont.BitmapFontData(FileHandle fontFile, boolean flip)
           
 
Method Summary
 FileHandle getFontFile()
           
 com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph getGlyph(char ch)
           
 java.lang.String getImagePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapFont.BitmapFontData

public BitmapFont.BitmapFontData(FileHandle fontFile,
                                 boolean flip)
Method Detail

getGlyph

public com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph getGlyph(char ch)

getImagePath

public java.lang.String getImagePath()

getFontFile

public FileHandle getFontFile()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)