Board index » delphi » Char by char WYSIWYG output
Aleksander Oven
![]() Delphi Developer |
Fri, 04 Mar 2005 22:16:48 GMT
Char by char WYSIWYG output
I already posted this question in WinAPI newsgroup but there was no
response, so I decided to give this group a try. Could someone explain to me what would be the best (and I mean What I'm looking for is a way to output text in a character-by-character Currently, I'm using GetCharABCWidthsFloat, GetKerningPairs and TextOut APIs I'm using very high "virtual" resolution for calculations and then rounding If I make a comparison between a string output char-by-char and the same How can I overcome this? I thought I was doing everything right... Regards, Aleksander |