We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
origin/release/4.3
iOS 原生
iOS使用PAGText解析👩🏼❤️👨🏽emotion表情分割有问题,会解析成多个 使用代码 NSString* path = [[NSBundle mainBundle] pathForResource:@"bulgetext" ofType:@"pag"]; PAGFile* pagFile = [PAGFile Load:path]; if ([pagFile numTexts] > 0) { PAGText* textData = [pagFile getTextData:0]; textData.text = @"👩🏼❤️👨🏽👌👨👩👧👧"; [pagFile replaceText:0 data:textData]; }
NSString* path = [[NSBundle mainBundle] pathForResource:@"bulgetext" ofType:@"pag"]; PAGFile* pagFile = [PAGFile Load:path]; if ([pagFile numTexts] > 0) { PAGText* textData = [pagFile getTextData:0]; textData.text = @"👩🏼❤️👨🏽👌👨👩👧👧"; [pagFile replaceText:0 data:textData]; }
The text was updated successfully, but these errors were encountered:
kevingpqi123
No branches or pull requests
【版本信息】
origin/release/4.3
【平台信息】
iOS 原生
【预期的表现】
iOS使用PAGText解析👩🏼❤️👨🏽emotion表情分割有问题,会解析成多个
使用代码
NSString* path = [[NSBundle mainBundle] pathForResource:@"bulgetext" ofType:@"pag"]; PAGFile* pagFile = [PAGFile Load:path]; if ([pagFile numTexts] > 0) { PAGText* textData = [pagFile getTextData:0]; textData.text = @"👩🏼❤️👨🏽👌👨👩👧👧"; [pagFile replaceText:0 data:textData]; }
The text was updated successfully, but these errors were encountered: