Search found 1 match

by katrien
Thu Apr 28, 2011 2:44 pm
Forum: GFL SDK
Topic: FontAntialias
Replies: 0
Views: 1190

FontAntialias

Hi,

I want to generate a tif image from a pdf file. The text on the image needs anti-aliasing. I use the code

Code: Select all

GflAx.GflAx gflAx = new GflAx.GflAx();
gflAx.FontAntialias = 1;
But the resulting text on the tif is not ani-aliased. The drawings on the tif have antialias.

What can I do?
Tx.