217e270ad1662d8c5c84a4a21789d3765aa74ad0
allegro_schrift
Drop-in replacement for Allegro_TTF that contains libschrift, instead of using FreeType2.
It is 100% API compatible with the vanilla TrueType addon. Compile Allegro with these files inside of /addons/ttf.
Caveats:
- Stretching is not implemented. Maybe later.
- The entire caching system is gone, fonts are baked to textures immediately and no further. If your usecase doesn't need every fancy rendering feature and can use schrift, you probably aren't supporting enough characters and languages to need on-the-fly caching.
- The
cache_textsetting in allegro5.cfg is now reused to determine what glyphs can be rendered at all.skip_cache_misseshas no effect.
- The
Description
Languages
C
98.6%
CMake
1.4%