mirzaakhena / gtge

Automatically exported from code.google.com/p/gtge
0 stars 0 forks source link

Create an ImageFont class that supercedes AdvanceBitmapFont and BitmapFont #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The ImageFont class should simply store a map of characters to images.  The 
height and width of each character will be based on their images.  The GameFont 
interface will be adapted to support checking for the height of a single 
character and of a String.  In this fashion the limit of 256 characters imposed 
by BitmapFont will also be lifted.

Original issue reported on code.google.com by MetroidF...@gmail.com on 7 Jun 2010 at 11:15

GoogleCodeExporter commented 8 years ago
Verfied fixed @110.

Original comment by MetroidF...@gmail.com on 8 Jun 2010 at 1:39