Hi,
I am trying to generate a Arial font with size = 200. I am working with startwar and bbb, but the code limits the size to 100. Someone knows why this limit ?
I am trying to recompile ftrasterize and change this code.
//
// Not a fixed size so check to see if the size is reasonable.
//
if((pParams->iSize <= 0) || (pParams->iSize > 100))
{
fprintf(stderr, "%s: The font size must be from 1 to 100, "
"inclusive.\n", pParams->pcAppName);
return(false);
}
If someone could send me some help I would appreciate.
Thanks in advance.