I am trying to load MS Sans Serif but it seems to not render correctly.
Here is the code used.
I have also attached the executable.
Does anyone know what this happens?
Edit: I've fixed it using ALLEGRO_TTF_MONOCHROME in the al_load_font function
Edit 2: Now I cannot change the size :/
You mean loading fails for another size? I don't know what a fon file is.
It's a windows font file. It loads but the size will not change it's loading really small. Readable but I need it bigger. I really don't want to use a similar font but will use Verdana or Arial if needed.
It's a windows font file.
Windows 3.1 font. I believe it's a bitmap font format.
You could try loading the TTF version instead, micross.ttf.
, I didn't know there was a ttf version. Going to look for it now and report back to you.
Edit: Works perfectly thanks
Cool