Re: String Attributes
Re: String Attributes
- Subject: Re: String Attributes
- From: Timothy Larkin <email@hidden>
- Date: Fri, 10 Jan 2003 08:51:39 -0500
On Thursday, January 9, 2003, at 05:54 PM, Andreas Mayer wrote:
Am Donnerstag, 09.01.03 um 09:05 Uhr schrieb Codein:
can you set a attribute that stretches the string taller rather than
wider or vise-versa?
I think that's what NSAffineTransform is for ...
In principle this is correct, since a transform can be assigned to a
font. In fact, it doesn't work properly. In the previous edition of
the Tools, the glyphs were drawn upside-down (vertically flipped) if
the aspect ratio of the transform was not square (width / height == 1).
I reported this as a bug, with the result that now the glyphs draw
correctly if width / height < 1, but still vertically flipped if width
/ height > 1.
--
Timothy Larkin
Abstract Tools
Caroline, NY
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.