[SOLVED] Re: Brushed Metal: Embroidered text
[SOLVED] Re: Brushed Metal: Embroidered text
- Subject: [SOLVED] Re: Brushed Metal: Embroidered text
- From: Michael Becker <email@hidden>
- Date: Tue, 16 Mar 2004 14:30:34 +0100
But this can't be it, you'd have to deal with every text item
twice...
Anyone have any clue?
What about a NSTextField subclass which draws the text twice?
How about something like this?
NSSize size = {2, -2};
mFreqShadow = [[NSShadow alloc] init];
[mFreqShadow setShadowOffset: size];
[mFreqShadow setShadowColor: [NSColor whiteColor]];
[mFreqShadow set];
I must support Jaguar, so I cannot use NSShadow. I solved the issue by
subclassing NSTextField.
Thanks to all!
Bye,
Michael
_______________________________________________
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.