You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
下面使用demo的bulgetext素材,获取PAGText,替换👩🏼❤️👨🏽👌表情,会发现生成的表情被分割成2个小表情,应该分割代码没分割好。望哪位大神帮忙解决一下
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]; }
Beta Was this translation helpful? Give feedback.
All reactions