MonobjcMonobjc Documented Class Library
SubstituteGlyphsInRangeWithGlyphs Method (glyphRange, glyphs)
NamespacesMonobjc.AppKitNSTypesetterSubstituteGlyphsInRangeWithGlyphs(NSRange, IntPtr)

Replaces the specified glyphs with specified replacement glyphs.

Original signature is '- (void)substituteGlyphsInRange:(NSRange)glyphRange withGlyphs:(NSGlyph *)glyphs'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SubstituteGlyphsInRangeWithGlyphs(
	NSRange glyphRange,
	IntPtr glyphs
)
Public Overridable Sub SubstituteGlyphsInRangeWithGlyphs ( _
	glyphRange As NSRange, _
	glyphs As IntPtr _
)
public:
virtual void SubstituteGlyphsInRangeWithGlyphs(
	NSRange glyphRange, 
	IntPtr glyphs
)
Parameters
glyphRange (NSRange)
The range of glyphs to be substituted.
glyphs (IntPtr)
The glyphs to substitute for the glyphs in glyphRange.
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)