MonobjcMonobjc Documented Class Library
ShowGlyphsWithAdvances Method (c, glyphs, positions, count)
NamespacesMonobjc.ApplicationServicesCGContextShowGlyphsWithAdvances(IntPtr, IntPtr, CGSize, NSUInteger)

Draws an array of glyphs with varying offsets.

Original signature is 'void CGContextShowGlyphsWithAdvances ( CGContextRef c, const CGGlyph glyphs[], const CGSize advances[], size_t count );'

Available in Mac OS X v10.3 and later.

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