Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Here you should submit your bug reports with logcat.

Android PDF Viewer Display Issue

More
IP: 192.168.0.70 13 years 10 months ago #534 by thekono
Hi,

The Android PDF viewer is not properly displaying the following document (5 pages). If you use Acrobat reader or other viewer, you are seeing it properly displayed.

Thanks

Stanley
More
IP: 192.168.0.70 13 years 10 months ago #535 by thekono
As the file size exceeded the limit. Here is the link to the file -

docs.google.com/open?id=0B9nboFXvPjaPWVM3WHlGYTI5RkU
More
IP: 192.168.0.70 13 years 10 months ago #536 by radaee
this file need CJK font as default font. so modify Global.init
and set default font to "DroidSansFallback".
this font may has some problems for some extern Latin characters.

the best way to support all characters is using fonts you owned.
More
IP: 192.168.0.70 13 years 10 months ago #543 by ysh19841211
I have already seen the following code in Global.Init

if( !setDefaultFont( "CNS1", "DroidSansFallback", true ) && face_name != null )
setDefaultFont( null, face_name, true );
if( !setDefaultFont( "CNS1", "DroidSansFallback", false ) && face_name != null )
setDefaultFont( null, face_name, false );


Can you tell me what to change?
More
IP: 192.168.0.70 13 years 10 months ago #546 by radaee
the problem is:
font in PDF using CJK characters.
but this font not defined for "CNS1" collection.
so you need modify:
if( !setDefaultFont( null, "DroidSansFallback", true ) && face_name != null )
setDefaultFont( null, face_name, true );
if( !setDefaultFont( null, "DroidSansFallback", false ) && face_name != null )
setDefaultFont( null, face_name, false );
More
IP: 192.168.0.70 13 years 10 months ago #555 by ysh19841211
I replaced the code you posted here into Global.init, but with no luck. Have any idea?
Time to create page: 0.431 seconds
Powered by Kunena Forum