MonobjcMonobjc Documented Class Library
SetDrawsOutsideLineFragmentForGlyphAtIndex Method (flag, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerSetDrawsOutsideLineFragmentForGlyphAtIndex(Boolean, NSUInteger)

Specifies whether the given glyph exceeds the bounds of the line fragment where it’s laid out.

Original signature is '- (void)setDrawsOutsideLineFragment:(BOOL)flag forGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetDrawsOutsideLineFragmentForGlyphAtIndex(
	bool flag,
	NSUInteger glyphIndex
)
Public Overridable Sub SetDrawsOutsideLineFragmentForGlyphAtIndex ( _
	flag As Boolean, _
	glyphIndex As NSUInteger _
)
public:
virtual void SetDrawsOutsideLineFragmentForGlyphAtIndex(
	bool flag, 
	NSUInteger glyphIndex
)
Parameters
flag (Boolean)
If YES, sets the given glyph to draw outside its line fragment; if NO, the glyph does not draw outside.
glyphIndex (NSUInteger)
Index of the glyph to set.
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)