网站首页 | 关于我们 | 开发优势 | 产品展示 |
合作企业 | 新闻动态 | 联系我们 | 电话联系 |
文章作者:济南软件开发 时间: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。
联系人:王经理。