MonobjcMonobjc Documented Class Library
AppendBezierPathWithGlyphInFont Method (aGlyph, fontObj)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPathWithGlyphInFont(UInt32, NSFont)

Appends an outline of the specified glyph to the receiver’s path.

Original signature is '- (void)appendBezierPathWithGlyph:(NSGlyph)aGlyph inFont:(NSFont *)fontObj'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPathWithGlyphInFont(
	uint aGlyph,
	NSFont fontObj
)
Public Overridable Sub AppendBezierPathWithGlyphInFont ( _
	aGlyph As UInteger, _
	fontObj As NSFont _
)
public:
virtual void AppendBezierPathWithGlyphInFont(
	unsigned int aGlyph, 
	NSFont^ fontObj
)
Parameters
aGlyph (UInt32)
The glyph to add to the path.
fontObj (NSFont)
The font in which the glyph is 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)