Re: large type effect howto?
Re: large type effect howto?
- Subject: Re: large type effect howto?
- From: John Randolph <email@hidden>
- Date: Sun, 4 Jul 2004 18:52:48 -0700
On Jun 28, 2004, at 9:33 AM, So Hok Chun, Bill wrote:
Dear All,
I'm new to Cocoa programming. I am quite familiar with native cocoa
GUI widgets. However, I have no idea what I should do to create the
Large Type effect in Address (showing the phone number of a person on
the screen)
Could you outline how this can be done for me?
To make a window that doesn't have a title bar, see the Round
Transparent Window sample code project at:
http://developer.apple.com/samplecode/RoundTransparentWindow/
RoundTransparentWindow.html
For filling shapes, see the NSBezierPath class. For drawing text
strings, see the -drawAtPoint:withAttributes: method of NSString.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.