Unicode to CGGlyph ?
Unicode to CGGlyph ?
- Subject: Unicode to CGGlyph ?
- From: Christopher Lloyd <email@hidden>
- Date: Sat, 05 May 2001 05:42:20 -0400
Hi, does anyone know how to convert unichar's to CGGlyph's ? I would like
to use CGContextShowGlyphsAtPoint and need a way to generate the glyphs. I
don't want to use the string drawing stuff in the AppKit for performance
reasons.
I am also looking for a CoreGraphics equivalent to PostScript's xyshow,
calling CGContextShowGlyphsAtPoint for each character seems expensive. I
get the feeling that is not there though..
Thanks!
Chris