[client] font: implemented font ABI and updated OpenGL to use it

This commit is contained in:
Geoffrey McRae
2018-11-20 04:38:11 +11:00
parent d235d076c4
commit 0ed9301ed9
7 changed files with 313 additions and 86 deletions

View File

@@ -62,8 +62,8 @@ typedef LG_RendererOpt * LG_RendererOptions;
typedef struct LG_RendererParams
{
TTF_Font * font;
TTF_Font * alertFont;
// TTF_Font * font;
// TTF_Font * alertFont;
bool showFPS;
}
LG_RendererParams;