2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-18 20:33:28 +00:00

set up editor for debugging font generation

This commit is contained in:
Jack Andersen 2015-11-23 13:29:17 -10:00
parent 37d78d5798
commit ddbcdb347b
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,8 @@ struct Application : boo::IApplicationCallback
tmp->addListener(listen); tmp->addListener(listen);
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory(); boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
m_fontCache.prepMainFont(gf); m_fontCache.prepMainFont(gf, true, 20.0, 72);
m_fontCache.closeBuiltinFonts();
while (m_running) while (m_running)
{ {

@ -1 +1 @@
Subproject commit 48782c134ad666097e98e1a2794ef95537bdde43 Subproject commit 1bae0c6f86162a23e79f9e58574f741b0f047b4e