Skip to content
New issue

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

iOS使用PAGText解析👩🏼‍❤️‍👨🏽emotion表情分割有问题,会解析成多个 #2579

Open
loveAct opened this issue Nov 8, 2024 · 0 comments
Assignees

Comments

@loveAct
Copy link

loveAct commented Nov 8, 2024

【版本信息】

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]; }
20241108-170626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants