丢失我的表情符号,可能是UTF8String

时间:2013-02-13 00:06:53

标签: ios objective-c core-graphics

我正在做这种事情:

const char *cstring = [textIn UTF8String];

然后我这样做:

CGContextShowText(ctx, cstring, strlen(cstring));

我在这个过程中丢失了我的表情符号,尽管用CGContextSelectFont选择的字体支持它们。有一个简单的解决方法吗?

0 个答案:

没有答案