Symbol font
Symbol font
- Subject: Symbol font
- From: Charles Brokaw <email@hidden>
- Date: Tue, 31 Dec 2002 12:57:36 -0800
In my drawRect method I have:
[attrs setObject :[NSFont fontWithName :@"Symbol" size:10] forKey
:NSFontAttributeName];
[@"k" drawAtPoint :NSMakePoint(leftstart+4, level+50)
withAttributes :attrs];
The k is drawn using Times font, instead of Greek kappa.
Requesting Times or Helvetica in this manner works properly.
What do I need to do to draw a character with Symbol font ?
_______________________________________________
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.