Re: How to perform zooming on text
Re: How to perform zooming on text
- Subject: Re: How to perform zooming on text
- From: "Andrew M. Salamon" <email@hidden>
- Date: Thu, 31 Oct 2002 08:45:00 -0800
The easiest way is to do it at the view level rather than at the text
level. There is sample code in the TextEdit project, see the
ScalingScrollView class. Basically you adjust the bound rect of the
view while leaving the frame rect the same.
Andrew
_______________________________________________
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.