There is also:
NSGraphics.drawAttributedString(NSAttributedString , NSRect);
NSGraphics.drawAttributedString(NSAttributedString , NSPoint);
There seems to be no drawString(), which would also be handy.
See NSAttributedString for creating attributed strings with various styles....
Ali