Replace stb's BakeBitmapFont with AGG based font's renderer

This commit is contained in:
Francesco Abbate
2020-06-01 12:56:23 +02:00
parent ca6b7bc902
commit 3a8cb05ea6
6 changed files with 146 additions and 86 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ lite_sources = [
'api/system.c',
'renderer.c',
'agg_font_freetype.cpp',
'font_render_capi.cpp',
'font_renderer.cpp',
'rencache.c',
'main.c',
]