Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Enrichment showing christmas tree.

More
IP: 192.168.0.71 8 years 7 months ago #13501 by doubleeye
Creating Enrichment of text example "A X B" X-> mathmatical symbol.
resulting in PFA.
More
IP: 192.168.0.71 8 years 7 months ago #13502 by support
Your needs aren't clear.
May you better explain?

Are you looking for a way to render emoticons?
It's the font your using containing such symbols?
More
IP: 192.168.0.71 8 years 6 months ago #13509 by doubleeye
Hi,

I have highlighted Text like "A X B" . when I call method to get selected text - retured text not rendering special character (X -> multiplication) and when I print it in label it is printing Christmas tree.
Method name : Page_objsGetString - Not rendering multiplication symbol which is highlighted.
More
IP: 192.168.0.71 8 years 6 months ago #13510 by nermeen
Can you please tell us the model and OS version of the device you are testing on?

Can you also send us the full code snippet involved in this operation?
More
IP: 192.168.0.71 8 years 6 months ago #13522 by doubleeye
Ipad Mini, IOS version 9.3

fetching selected text using - [self.pdfVIew vSelGetText];

- (NSString *)vSelGetText {
//NSLog(@"selGettext");
if (m_status != sta_sel) return nil;
struct PDFV_POS pos;
[m_view vGetPos:&pos :m_tx :m_ty];
if (pos.pageno >= 0) {
self.selections = [[NSMutableArray alloc] init];
PDFVPage *vpage = [m_view vGetPage:pos.pageno];
[vpage getSelectionArray];
self.selections = [vpage selectionArray];
return [vpage GetSel];
}
return nil;
}

Font I am using is "argbsn00lp.ttf"
More
IP: 192.168.0.71 8 years 6 months ago #13525 by emanuele
Hi,

can you please share the pdf file with the math symbol?
Time to create page: 0.439 seconds
Powered by Kunena Forum