I really like that new feature. I was able to load different "normal" fonts like "impact" without any issues, but it seems that it does not work with bold fonts like "arial bold" or "verdana bold". I do following:
typeface = Typeface::createSystemTypefaceFor(TalResources::verdanab_ttf, TalResources::verdanab_ttfSize); ... Font f(this->typeface); g.setFont(f);
I also tried to set the bold style flag and the font height, but the font renderer always takes a standard font for that fonts.
Any help is welcome. Thanks.