On Jul 5, 2009, at 6:06 AM, Kevin McCoy wrote:
> On Jul 4, 2009, at 9:43 PM, John Kaufmann wrote:
>
>> it would be interesting to see a discussion of why the apparent
>> relative coarseness of MacOS/Quickdraw (72dpi vs 1200 dpi) works so
>> well.
>> Are Postscript and Truetype fonts part of the answer?
>
> It is because Mac WP uses a 32 bit fixed point number instead of a 16
> bit integer number. Effectively giving it a resolution of about
> 720,000 dpi.
> <http://en.wikipedia.org/wiki/Fixed-point_arithmetic>
And Postscript does help. Since it uses a floating point coordinate
space, which is easily converted to from the fixed point space.