Hi,
I have created a custom font with FontGenerator (by Harry Potter, nice simple tool

) with calibri as font. And have exported it as a .bmp .
But when I want to import it, the following code does not work:
FONT* font_customcalibri = font_create("font_customcalibri.bmp");
For reference, c&p from manual:
FONT* my_font = font_create("myfont.pcx");
With not working I mean that the text is not visible at all. I get no error messages, but its just invisible.
When using other fonts it works fine. The font I made is just a green calibri 12 (just to test).
Anyone know what could be wrong?