MonobjcMonobjc Documented Class Library
AppendBezierPathWithGlyphsCountInFont Method (glyphs, count, fontObj)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPathWithGlyphsCountInFont(IntPtr, NSInteger, NSFont)

Appends the outlines of the specified glyphs to the receiver’s path.

Original signature is '- (void)appendBezierPathWithGlyphs:(NSGlyph *)glyphs count:(NSInteger)count inFont:(NSFont *)fontObj'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPathWithGlyphsCountInFont(
	IntPtr glyphs,
	NSInteger count,
	NSFont fontObj
)
Public Overridable Sub AppendBezierPathWithGlyphsCountInFont ( _
	glyphs As IntPtr, _
	count As NSInteger, _
	fontObj As NSFont _
)
public:
virtual void AppendBezierPathWithGlyphsCountInFont(
	IntPtr glyphs, 
	NSInteger count, 
	NSFont^ fontObj
)
Parameters
glyphs (IntPtr)
A C-style array of NSGlyph data types to add to the path.
count (NSInteger)
The number of glyphs in the glyphs parameter.
fontObj (NSFont)
The font in which the glyphs are encoded.
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)