FontAntialias

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

katrien
Posts: 1
Joined: Thu Apr 28, 2011 2:36 pm

FontAntialias

Post by katrien »

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.