Creates a font object corresponding to the font specified by a PostScript or full name.
Original signature is 'CGFontRef CGFontCreateWithFontName ( CFStringRef name );'
Available in Mac OS X v10.5 and later.


- name (NSString)
- MISSING

The font object or NULL if the font can't be created. You are responsible for releasing this object using CGFontRelease.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)