Returns the menu that’s hooked up to the font conversion system, optionally creating it if necessary.
Original signature is '- (NSMenu *)fontMenu:(BOOL)createFlag'
Available in Mac OS X v10.0 and later.


- createFlag (Boolean)
- If YES, the menu object is created if necessary; if NO, it is not.

The font conversion system menu.

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