Is there an example on using the new XML fonts in 1.3?
the new font tool says
"To load your font in Irrlicht, simply use env->addFont(\"Myfont.xml\")"
in it's help text, but as far as I can see, there is no method in the IGUIEnvironment with that name.
calling getFont, with the XML just returns an invalid font.
Am I missing something? the SVN versions dosn't seem to have anything different.
oops, typo. it should read "getFont". vector fonts can be generated but not loaded yet, and I forgot to put a meaninful error message in.
sorry about that.
non-ascii, antialiased, multi-texture bitmap fonts should work fine though.