Sub-pixel text placement
Sub-pixel text placement
- Subject: Sub-pixel text placement
- From: Dustin Mierau <email@hidden>
- Date: Mon, 14 Jan 2002 20:21:26 -0800
I am trying to smoothly animate text in a window, I want to
shift my text to the left 0.1px at a time, the text though
appears to move 1px at a time.
The method I am using to draw the text is:
[mText drawInRect:rect withAttributes:mAttributes];
Thanks,
-dustin