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

Extracts the information needed to lay out the glyphs in the given glyph buffer from the given glyph range.

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

Available in Mac OS X v10.3. Moved to NSTypesetter in Mac OS X v10.4 and later.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSATSTypesetter.GetGlyphsInRangeGlyphsCharacterIndexesGlyphInscriptionsElasticBits(Monobjc.Foundation.NSRange,System.IntPtr,Monobjc.Foundation.NSUInteger@,Monobjc.AppKit.NSGlyphInscription@,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)