Text print problem
Posted: Wed Oct 05, 2005 4:16 pm
Hello,
I have a problem when I try to print a Chart with an added text with this function: "Chart2->Canvas->TextOut3D()".
The printed Chart are the same that the Chart preview but the text are more bigger! I try to fix the size with:
Chart1->Canvas->Font->Size =8;
Chart1->Canvas->TextWidth (txt);
Chart1->Canvas->TextHeight (txt);
And it doesn't work. Anyone have a solution for it?
Many thanks.
I have a problem when I try to print a Chart with an added text with this function: "Chart2->Canvas->TextOut3D()".
The printed Chart are the same that the Chart preview but the text are more bigger! I try to fix the size with:
Chart1->Canvas->Font->Size =8;
Chart1->Canvas->TextWidth (txt);
Chart1->Canvas->TextHeight (txt);
And it doesn't work. Anyone have a solution for it?
Many thanks.