Hi JCL,
I couldn't find much about it so I am asking it here. I have a problem with font_create. When I use other fonts (e.g. FONT* calibri18_font = "Calibri#18"; ) it works correctly, but when I use my custom font:
FONT* font_customcalibri = font_create("font_customcalibri.bmp");
the text becomes invisible. I have made the .bmp with FontGenerator (by Harry Potter from this forum) and the .bmp itself looks fine (it is just a green calibri 12 for testing purposes, nothing special). I have also tried other custom fonts but that did not work too.
Is my code wrong?
Thanks for taking the time.
ps: I have windows 10 (probably doesn't matter)