Determines whether Quartz can create a subset of the font in PostScript format.
Original signature is 'bool CGFontCanCreatePostScriptSubset ( CGFontRef font, CGFontPostScriptFormat format );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static bool CanCreatePostScriptSubset( IntPtr font, CGFontPostScriptFormat format )
Public Shared Function CanCreatePostScriptSubset ( _ font As IntPtr, _ format As CGFontPostScriptFormat _ ) As Boolean
public: static bool CanCreatePostScriptSubset( IntPtr font, CGFontPostScriptFormat format )

- font (IntPtr)
- MISSING
- format (CGFontPostScriptFormat)
- MISSING

Returns true if a subset in the PostScript format can be created for the font; false otherwise.

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