tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
28 stars 8 forks source link

Support bitmap fonts #85

Open tzachshabtay opened 8 years ago

tzachshabtay commented 8 years ago

Should support http://www.angelcode.com/products/bmfont/ Existing library: http://www.cyotek.com/blog/angelcode-bitmap-font-parsing-using-csharp And also (this is used by osu framework): https://github.com/cyotek/Cyotek.Drawing.BitmapFont, used here: https://github.com/ppy/osu-framework/blob/master/osu.Framework/IO/Stores/GlyphStore.cs

Edit: osu moved to https://github.com/ToddBertaOldham/SharpFNT, because it uses binary format with less allocations apparently.