标签: ios objective-c core-graphics
我正在做这种事情:
const char *cstring = [textIn UTF8String];
然后我这样做:
CGContextShowText(ctx, cstring, strlen(cstring));
我在这个过程中丢失了我的表情符号,尽管用CGContextSelectFont选择的字体支持它们。有一个简单的解决方法吗?
CGContextSelectFont