MonobjcMonobjc Documented Class Library
GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits Method (glyphRange, glyphBuffer, charIndexBuffer, inscribeBuffer, elasticBuffer)
NamespacesMonobjc.AppKitNSLayoutManagerGetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits(NSRange, IntPtr, NSUInteger%, IntPtr, Boolean%)

Returns the glyphs and information needed to perform layout for the given glyph range.

Original signature is '- (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(NSGlyph *)glyphBuffer characterIndexes:(NSUInteger *)charIndexBuffer glyphInscriptions:(NSGlyphInscription *)inscribeBuffer elasticBits:(BOOL *)elasticBuffer'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits(
	NSRange glyphRange,
	IntPtr glyphBuffer,
	out NSUInteger charIndexBuffer,
	IntPtr inscribeBuffer,
	out bool elasticBuffer
)
Public Overridable Function GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits ( _
	glyphRange As NSRange, _
	glyphBuffer As IntPtr, _
	<OutAttribute> ByRef charIndexBuffer As NSUInteger, _
	inscribeBuffer As IntPtr, _
	<OutAttribute> ByRef elasticBuffer As Boolean _
) As NSUInteger
public:
virtual NSUInteger GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits(
	NSRange glyphRange, 
	IntPtr glyphBuffer, 
	[OutAttribute] NSUInteger% charIndexBuffer, 
	IntPtr inscribeBuffer, 
	[OutAttribute] bool% elasticBuffer
)
Parameters
glyphRange (NSRange)
MISSING
glyphBuffer (IntPtr)
MISSING
charIndexBuffer (NSUInteger%)
MISSING
inscribeBuffer (IntPtr)
MISSING
elasticBuffer (Boolean%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSLayoutManager.GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits(Monobjc.Foundation.NSRange,System.IntPtr,Monobjc.Foundation.NSUInteger@,System.IntPtr,System.Boolean@)"]

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)