MonobjcMonobjc Documented Class Library
BeginLineWithGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSTypesetterBeginLineWithGlyphAtIndex(NSUInteger)

Sets up layout parameters at the beginning of a line during typesetting.

Original signature is '- (void)beginLineWithGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void BeginLineWithGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Sub BeginLineWithGlyphAtIndex ( _
	glyphIndex As NSUInteger _
)
public:
virtual void BeginLineWithGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
The index of the first glyph to be laid out in the line.
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)