MonobjcMonobjc Documented Class Library
ShowGlyphs Method (c, g, count)
NamespacesMonobjc.ApplicationServicesCGContextShowGlyphs(IntPtr, IntPtr, NSUInteger)

Displays an array of glyphs at the current text position.

Original signature is 'void CGContextShowGlyphs ( CGContextRef c, const CGGlyph g[], size_t count );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ShowGlyphs(
	IntPtr c,
	IntPtr g,
	NSUInteger count
)
Public Shared Sub ShowGlyphs ( _
	c As IntPtr, _
	g As IntPtr, _
	count As NSUInteger _
)
public:
static void ShowGlyphs(
	IntPtr c, 
	IntPtr g, 
	NSUInteger count
)
Parameters
c (IntPtr)
MISSING
g (IntPtr)
MISSING
count (NSUInteger)
MISSING
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)