Re: Determining bounds of a glyph

2010-03-10 Thread Philip White
On Mar 10, 2010, at 12:42 PM, David wrote: > Phillip -- Have you made any progress on this? I am trying to draw glyphs > onto an NSBitmapImageRep using drawGlyphsForGlyphRange:atPoint: and having > similar problems. In my case the symptoms are that underline and > strikethrough are not being

Re: Determining bounds of a glyph

2010-03-10 Thread David
Phillip -- Have you made any progress on this? I am trying to draw glyphs onto an NSBitmapImageRep using drawGlyphsForGlyphRange:atPoint: and having similar problems. In my case the symptoms are that underline and strikethrough are not being drawn correctly. Right now, my guess is that so

Determining bounds of a glyph

2010-03-08 Thread Philip White
Sorry, that's not a very good subject title. Here's what I'm giving myself a headache trying to do: For a fixed-pitch font I want to generate images of various glyphs for use in OpenGL. I may be generating large numbers of such images so I don't want to use the NSString/NSAttributedString conve