I'm not stupid. I know how to load font.show the code you using to load the font.
Code: Select all
pSkin = pIrrGUI->getSkin();
pFont = pIrrGUI->getFont("font.png");
if(pFont)
pSkin->setFont(pFont);
I'm not stupid. I know how to load font.show the code you using to load the font.
Code: Select all
pSkin = pIrrGUI->getSkin();
pFont = pIrrGUI->getFont("font.png");
if(pFont)
pSkin->setFont(pFont);