[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Demonstration of missing characters on end of string
From: |
Pete French |
Subject: |
Re: Demonstration of missing characters on end of string |
Date: |
Fri, 11 Jul 2003 11:40:45 +0100 |
> Thanks! I was able to reproduce this, but only with some fonts. Turned
> out to be a problem with finite precision arithmetic. NSStringDrawing
> will use a really large text container to size text, and since the
> string was right aligned, the extents were 1e8-~80 to 1e8. Subtracting
Ahhh... that makes sense! I'll try the new code now and see what it does.
Thanks for fixing this.
-bat.