Hi there,

There is little documentation available on the working of NSGlyphGenerator (or 
concrete subclasses thereof). If there is any guru lurking around, I'd like to 
know if it is expected that, upon sending a string for glyph generation through
-(void)generateGlyphsForGlyphStorage: desiredNumberOfCharacters: glyphIndex: 
characterIndex:, the callback (-(void)insertGlyphs: length: 
forStartingGlyphAtIndex: characterIndex:) gets invoked more than once with 
chunks of the original string corresponding to words or spaces (that is to say, 
the shared NSGlyphGenerator splits the string into words and spaces)?

Actually, that's more than fine for my purpose, but, precisely, it seems even 
too fine to be true, so I'm a bit cautious! :)

Thanks!
Vincent_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to