Re: Displaying Text Vertically
Re: Displaying Text Vertically
- Subject: Re: Displaying Text Vertically
- From: Satoshi Matsumoto <email@hidden>
- Date: Fri, 17 Feb 2006 11:46:52 +0900
- Thread-topic: Displaying Text Vertically
on 06.2.17 11:15 AM, Douglas Davidson at email@hidden wrote:
> If you simply wish to rotate the entire text layout, you can do so by
> rotating the coordinate system of the view or of some superview.
> Alternatively, if you are doing this within a view, you can use an
> affine transform followed by e.g. an NSStringDrawing call.
>
> If you're doing something more complicated, you can use an approach
> like that of e.g. the CircleView example, although that's certainly
> overkill if all you're doing is rotating all of the text at once.
The program "CircleView" that displays with circular text flow is a sample
for NSLayoutManager, not for NSTextView.
And NSStringDrawing is just for display.
Can I edit the text with them?
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden