Re: How to set attibutes for NSString's drawInRect: withAttributes?
Re: How to set attibutes for NSString's drawInRect: withAttributes?
- Subject: Re: How to set attibutes for NSString's drawInRect: withAttributes?
- From: Charles Jolley <email@hidden>
- Date: Fri, 2 Nov 2001 16:26:42 -0600
Check the docs on "NSAttributedString Additions" in the App Kit for a
list of some of the keys pairs that you can use to control the string
formatting.
-C
On Friday, November 2, 2001, at 02:27 PM, Fei Li wrote:
Hello all,
I want to use NSString addition's drawInRect:(NSRect)
withAttributes:(NSDictionary*) to draw a string in a rect. But how can
I set
attributes for the string? What kind of key and value do I need to set
for
attributes' NSDictionary, and can I I change font, size for drawing the
strings by set this NSDictionary?
Thanks for any information!
Fei
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev