MonobjcMonobjc Documented Class Library
CanCreatePostScriptSubset Method (font, format)
NamespacesMonobjc.ApplicationServicesCGFontCanCreatePostScriptSubset(IntPtr, CGFontPostScriptFormat)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
font (IntPtr)
MISSING
format (CGFontPostScriptFormat)
MISSING
Return Value
Returns true if a subset in the PostScript format can be created for the font; false otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)