mirror of https://github.com/AxioDL/metaforce.git
set up editor for debugging font generation
This commit is contained in:
parent
37d78d5798
commit
ddbcdb347b
|
@ -41,7 +41,8 @@ struct Application : boo::IApplicationCallback
|
|||
tmp->addListener(listen);
|
||||
|
||||
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
||||
m_fontCache.prepMainFont(gf);
|
||||
m_fontCache.prepMainFont(gf, true, 20.0, 72);
|
||||
m_fontCache.closeBuiltinFonts();
|
||||
|
||||
while (m_running)
|
||||
{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 48782c134ad666097e98e1a2794ef95537bdde43
|
||||
Subproject commit 1bae0c6f86162a23e79f9e58574f741b0f047b4e
|
Loading…
Reference in New Issue