创建 NSFont 对象

制作 NSFont 对象的首选和最常用方法如下:

Objective-C

// Name is PostScript name of font; size is in points.
NSFont *essayFont = [NSFont fontWithName:@"Times New Roman" size:12.0];