Hi
I noticed some issues with the "font determination" code (in src/main.c)
First, it only displays the "Not compiled with USE_FREETYPE" when it is
actually compiled with said macro.
Secondly, fonts from MSCGEN_FONT is always overwritten due to:
if(envFont && !"room enough in buffer")
{
fail();
}
else
{
"use default font"
}
construct.
I have attached a patch against r103 to fix this.
~Niels
Original issue reported on code.google.com by NThykier@gmail.com on 12 Dec 2009 at 10:23
Original issue reported on code.google.com by
NThykier@gmail.com
on 12 Dec 2009 at 10:23Attachments: