MonobjcMonobjc Documented Class Library
SetDrawsOutsideLineFragmentForGlyphRange Method (flag, glyphRange)
NamespacesMonobjc.AppKitNSTypesetterSetDrawsOutsideLineFragmentForGlyphRange(Boolean, NSRange)

Sets whether the specified glyphs exceed the bounds of the line fragment in which they are laid out.

Original signature is '- (void)setDrawsOutsideLineFragment:(BOOL)flag forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetDrawsOutsideLineFragmentForGlyphRange(
	bool flag,
	NSRange glyphRange
)
Public Overridable Sub SetDrawsOutsideLineFragmentForGlyphRange ( _
	flag As Boolean, _
	glyphRange As NSRange _
)
public:
virtual void SetDrawsOutsideLineFragmentForGlyphRange(
	bool flag, 
	NSRange glyphRange
)
Parameters
flag (Boolean)
YES if the glyphs in glyphRange exceed the bounds of the line fragment in which they are laid out, NO otherwise.
glyphRange (NSRange)
The range of the glyphs in question.
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)