Dear All,

Thank you for help in advance.

We are using "CreateFont" API to create PdfFont object(as given in below code) 
and use that font object to set the Font.

...
PdfFont *font = NULL;
font = doc->CreateFont("Arial Unicode MS", bold, italic, false, encoding);
...

For "Arial Unicode MS" font, "CreateFont" API returns NULL in Windows 10 32-bit 
environment.
Same API works fine in Windows 10 64-bit environment.
Please note that same behavior is observed with "Arabic TypeSetting" font also.

We have also confirmed that "Arial Unicode MS" font is installed in the PC.
Please let us know whether this is a known issue in Podofo library or should we 
use any other API to create PDFFont object.
PODOFO Library Version used is: 0.9.5.3

Also is there any other method which we can use to check whether a Font 
supports a particular language or not.
For example, Japanese, Chinese characters are not supported by "Arial" font.
Is there any API or method to confirm whether a Font supports the given string.

Once again thanks in advance for the help.

Regards,
Anand.
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to