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