- Posts: 21
- Thank you received: 0
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.
IP: 192.168.0.71
8 years 7 months ago #13501
by doubleeye
Enrichment showing christmas tree. was created by doubleeye
Creating Enrichment of text example "A X B" X-> mathmatical symbol.
resulting in PFA.
resulting in PFA.
IP: 192.168.0.71
8 years 7 months ago #13502
by support
Replied by support on topic Enrichment showing christmas tree.
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?
May you better explain?
Are you looking for a way to render emoticons?
It's the font your using containing such symbols?
IP: 192.168.0.71
8 years 6 months ago #13509
by doubleeye
Replied by doubleeye on topic Enrichment showing christmas tree.
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.
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.
IP: 192.168.0.71
8 years 6 months ago #13510
by nermeen
Replied by nermeen on topic Enrichment showing christmas tree.
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?
Can you also send us the full code snippet involved in this operation?
IP: 192.168.0.71
8 years 6 months ago #13522
by doubleeye
Replied by doubleeye on topic Enrichment showing christmas tree.
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"
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"
IP: 192.168.0.71
8 years 6 months ago #13525
by emanuele
Replied by emanuele on topic Enrichment showing christmas tree.
Hi,
can you please share the pdf file with the math symbol?
can you please share the pdf file with the math symbol?
Time to create page: 0.439 seconds