DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Angelcode font support #150

Open M-F-K opened 10 years ago

M-F-K commented 10 years ago

IND_font currently supports mudgefont. To allow more modern editors to create bitmap fonts for indielib we need to support Angelcode font format. As an example look at http://renderhjs.net/shoebox/bitmapFont.htm . Very basic Angelcode font support is allready present in the master branch (take a look at basic tutorial 5). This basic supports lacks among other things kerning + correct calculation of orientation.