mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
set up editor for debugging font generation
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user