锘?!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
//闇瑕佹樉紺虹殑鏂囧瓧淇℃伅
const char* str = "This is a bug";
//淇濆瓨鐜板満
gpHandle->save();
//褰撳墠灞忓箷
CGContextRef context = gpHandle->getContext();
//鍧愭爣杞寲
CGContextSetTextMatrix(context, CGAffineTransformMakeScale(1.0, -1.0));
//瀛椾綋淇℃伅
CGContextSelectFont(context, "Helvetica", 30 * 4.41718, kCGEncodingMacRoman);
//鏄劇ず鏂囧瓧
CGContextShowTextAtPoint(context, prct->left, prct->top, str, strlen(str));
//榪樺師鐜板満
gpHandle->restore();