建立 NSFont 物件

製作 NSFont 物件的首選和最常用方法如下:

Objective-C

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