Uses of Interface
com.b3dgs.lionengine.drawable.FontSprite

Packages that use FontSprite
com.b3dgs.lionengine   
com.b3dgs.lionengine.drawable.impl   
 

Uses of FontSprite in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return FontSprite
 FontSprite Drawable.createFontSprite(java.lang.String filename, java.lang.String data, int lw, int lh)
          Create a font based on an image.
 

Uses of FontSprite in com.b3dgs.lionengine.drawable.impl
 

Methods in com.b3dgs.lionengine.drawable.impl that return FontSprite
 FontSprite DrawableFactory.createFontSprite(java.lang.String filename, java.lang.String data, int lw, int lh)