MonobjcMonobjc Documented Class Library
SetParagraphGlyphRangeSeparatorGlyphRange Method (paragraphRange, paragraphSeparatorRange)
NamespacesMonobjc.AppKitNSTypesetterSetParagraphGlyphRangeSeparatorGlyphRange(NSRange, NSRange)

Sets the current glyph range being processed.

Original signature is '- (void)setParagraphGlyphRange:(NSRange)paragraphRange separatorGlyphRange:(NSRange)paragraphSeparatorRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetParagraphGlyphRangeSeparatorGlyphRange(
	NSRange paragraphRange,
	NSRange paragraphSeparatorRange
)
Public Overridable Sub SetParagraphGlyphRangeSeparatorGlyphRange ( _
	paragraphRange As NSRange, _
	paragraphSeparatorRange As NSRange _
)
public:
virtual void SetParagraphGlyphRangeSeparatorGlyphRange(
	NSRange paragraphRange, 
	NSRange paragraphSeparatorRange
)
Parameters
paragraphRange (NSRange)
The current glyph range being processed.
paragraphSeparatorRange (NSRange)
The range of the paragraph separator character or characters.
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)