Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Planned SDK features

Android 5.x or Font display problem

More
9 years 2 weeks ago #11981 by vkjha
Dear RadaeePDF Team,

I have implemented RadaeePDF library read and fill PDF forms.

I have implement every thing but i have problem. when i tries to add value in Edit Text Box then value is converted in symbols in Android 5.x series(Lollipop) only and other release are working.
previously i interact with your team, they team provide solution, "This error is font issues", they told to me you have used non-italic font but i am not able to used not-italic font in library or project.

I need to request to your team please provide me the solution.

Thanks
Sharad Balaji
More
9 years 2 weeks ago - 9 years 2 weeks ago #11983 by nermeen
The first solution: you need to check Wrong non latin fonts rendering on Android 5.x , it's a more generic solution (it should work we have tested it)

Then We have checked your file, it use's Times New Roman, so try to set the annot font to it's freetype mapping "Tinos".
In Global.Init, replace setAnnotFont("DroidSansFallback") with:
Code:
setAnnotFont("Tinos")
But this is a file specific solution that could cause problems with other files.
Last edit: 9 years 2 weeks ago by nermeen.
Time to create page: 0.398 seconds
Powered by Kunena Forum