MonobjcMonobjc Documented Class Library
CopyTableForTag Method (font, tag)
NamespacesMonobjc.ApplicationServicesCGFontCopyTableForTag(IntPtr, UInt32)

Returns the font table that corresponds to the provided tag.

Original signature is 'CFDataRef CGFontCopyTableForTag( CGFontRef font, uint32_t tag );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSData CopyTableForTag(
	IntPtr font,
	uint tag
)
Public Shared Function CopyTableForTag ( _
	font As IntPtr, _
	tag As UInteger _
) As NSData
public:
static NSData^ CopyTableForTag(
	IntPtr font, 
	unsigned int tag
)
Parameters
font (IntPtr)
MISSING
tag (UInt32)
MISSING
Return Value
The font table that corresponds to the tag, or NULL if no such table exists.
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)