[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: drawAtPoint: draws a string in the wrong place
From: |
Pete French |
Subject: |
Re: drawAtPoint: draws a string in the wrong place |
Date: |
Wed, 18 Jun 2003 17:11:09 +0100 |
> By default, an NSView's coordinate system is based at (0.0, 0.0) in the=20
> lower-left corner of its bounds rectangle, its units are the same size as=20
Sorry, me being unclear again - I meat the corners of the bounding box of
the text, not the view. i.e. if you do drawAtPoint;(NSRect){0,0} then the
text should be in the view - which it demonstrably isnt in GNUstep.
I am not quite sure where the problem is occurring though, currently
delving around inside drawGlyphsForGlyphRange to try and find out.
-bat.