您身边的软件定制专家--9年开发经验为您护航

18678812288
0531-88887250

在ipad/iphone模拟器显示需要的文字的方法

文章作者:济南软件开发 时间:2016年12月20日

//需要显示的文字信息
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();


想要了解更多详情欢迎来电咨询18678812288
登陆网址:www.jnydkj.cn。
联系人:王经理。