MonobjcMonobjc Documented Class Library
GenerateGlyphsForGlyphStorageDesiredNumberOfCharactersGlyphIndexCharacterIndex Method (glyphStorage, nChars, glyphIndex, charIndex)
NamespacesMonobjc.AppKitNSGlyphGeneratorGenerateGlyphsForGlyphStorageDesiredNumberOfCharactersGlyphIndexCharacterIndex(INSGlyphStorage, NSUInteger, NSUInteger%, NSUInteger%)

Generates glyphs for the specified glyph storage object (NSLayoutManager by default).

Original signature is '- (void)generateGlyphsForGlyphStorage:(id < NSGlyphStorage >)glyphStorage desiredNumberOfCharacters:(NSUInteger)nChars glyphIndex:(NSUInteger *)glyphIndex characterIndex:(NSUInteger *)charIndex'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GenerateGlyphsForGlyphStorageDesiredNumberOfCharactersGlyphIndexCharacterIndex(
	INSGlyphStorage glyphStorage,
	NSUInteger nChars,
	out NSUInteger glyphIndex,
	out NSUInteger charIndex
)
Public Overridable Sub GenerateGlyphsForGlyphStorageDesiredNumberOfCharactersGlyphIndexCharacterIndex ( _
	glyphStorage As INSGlyphStorage, _
	nChars As NSUInteger, _
	<OutAttribute> ByRef glyphIndex As NSUInteger, _
	<OutAttribute> ByRef charIndex As NSUInteger _
)
public:
virtual void GenerateGlyphsForGlyphStorageDesiredNumberOfCharactersGlyphIndexCharacterIndex(
	INSGlyphStorage^ glyphStorage, 
	NSUInteger nChars, 
	[OutAttribute] NSUInteger% glyphIndex, 
	[OutAttribute] NSUInteger% charIndex
)
Parameters
glyphStorage (INSGlyphStorage)
MISSING
nChars (NSUInteger)
MISSING
glyphIndex (NSUInteger%)
MISSING
charIndex (NSUInteger%)
MISSING
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)