On Jul 17, 2011, at 6:21 AM, Sofia wrote:
> While using the CGContext text drawing function, CGContextShowText, the fonts are selected with CContextSelectFont.
CG or Quartz 2D has limitations for drawing text. It is more of a graphics framework than a text framework. "Quartz has some limitations for drawing text." from the Quartz 2D Programming Guide the Drawing Text section - see Xcode docs. I would suggest reading that short section as it provides direction on using other technologies.
Brian S