Bitmap font support files

Discuss any general programming issues here
Post Reply
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Bitmap font support files

Post by jalih »

Hi all,

I have added initial support for AngelCode.com's Bitmap Font Generator output data files into my simple game framework. So now it's really easy to achieve hardware accelerated drawing for games using GL Galore.

All it takes is just three lines of code and output files from Bitmap Font Generator. There is no need to use my full game framework.

Fetch it here along with a demo.
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Bitmap font support files

Post by jalih »

I have added some useful functionality:

- Calculate size of the text rectangle
- Handle clipping
- Center text inside the rectangular area
Post Reply