Drawing text with specifying font
Drawing text with specifying font
- Subject: Drawing text with specifying font
- From: Candide Kemmler <email@hidden>
- Date: Fri, 6 Jul 2001 19:52:22 +0200
Hi !
I'm trying to draw text with various transformations and a font.
The transformations work, but I can't specify the font.
I tried [ NSFont set ] (you know what I mean), but when I do
[NSString drawAtPoint:p withDictionary:nil ],
the font remains to a default value.
Perhaps I should consider the dictionary to be provided. But in the
absence of any doc, I just set it to nil.
Does anyone know how to handle this ?
Candide
PS: it seems to me that specifying a dictionary at every drawString is a
huge overhead...