[jira] [Commented] (FOP-2587) Acrobat Reader error with Google Noto Sans CJK fonts

2016-03-07 Thread Hua Lan (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184316#comment-15184316
 ] 

Hua Lan commented on FOP-2587:
--

Hi Chunlinyao, it worked. Great work.



> Acrobat Reader error with Google Noto Sans CJK fonts
> 
>
> Key: FOP-2587
> URL: https://issues.apache.org/jira/browse/FOP-2587
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: 2.1
> Environment: Operating Systems: Windows
> Platform: PC
>Reporter: Hua Lan
>Assignee: simon steiner
> Attachments: testNoto.fo, testNoto_Black.pdf, testNoto_Bold.pdf, 
> testNoto_DemiLight.pdf, testNoto_Light.pdf, testNoto_Medium.pdf, 
> testNoto_Regular.pdf, testNoto_Thin.pdf
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> This is a followup to https://issues.apache.org/jira/browse/FOP-2491
> Symptom: when opening the PDF file generated by FOP 2.1, depending on the 
> font weight, the Acrobat Reader has the following issues:
> 1. some characters are not well aligned with others in the same line 
> horizontally
> 2. it reports "cannot extract the embedded font 'EB+NotoSansCJKSC'. Some 
> characters may not display or print correctly". Some characters are missing 
> on the PDF.
> How to repeat:
> 1. Get FOP 2.1 library.
> 2. Get Google-Noto-Sans from 
> https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKTC-hinted.zip.
> 3. Set the fop.xconf as following:
>  
>  . 
>   embed-url="Noto_Sans/NotoSansCJKsc-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Regular.otf" >
>  style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Regular.otf" >
>  style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Regular.otf" >
>  style="normal" weight="normal" />
>   
>   embed-url="Noto_Sans/NotoSansCJKjp-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKkr-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKkr-Bold.otf

[jira] [Commented] (FOP-2587) Acrobat Reader error with Google Noto Sans CJK fonts

2016-03-06 Thread chunlinyao (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182636#comment-15182636
 ] 

chunlinyao commented on FOP-2587:
-

Can you test the PATCH (latest one) in FOP-2557 .

> Acrobat Reader error with Google Noto Sans CJK fonts
> 
>
> Key: FOP-2587
> URL: https://issues.apache.org/jira/browse/FOP-2587
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: 2.1
> Environment: Operating Systems: Windows
> Platform: PC
>Reporter: Hua Lan
> Attachments: testNoto.fo, testNoto_Black.pdf, testNoto_Bold.pdf, 
> testNoto_DemiLight.pdf, testNoto_Light.pdf, testNoto_Medium.pdf, 
> testNoto_Regular.pdf, testNoto_Thin.pdf
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> This is a followup to https://issues.apache.org/jira/browse/FOP-2491
> Symptom: when opening the PDF file generated by FOP 2.1, depending on the 
> font weight, the Acrobat Reader has the following issues:
> 1. some characters are not well aligned with others in the same line 
> horizontally
> 2. it reports "cannot extract the embedded font 'EB+NotoSansCJKSC'. Some 
> characters may not display or print correctly". Some characters are missing 
> on the PDF.
> How to repeat:
> 1. Get FOP 2.1 library.
> 2. Get Google-Noto-Sans from 
> https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKTC-hinted.zip.
> 3. Set the fop.xconf as following:
>  
>  . 
>   embed-url="Noto_Sans/NotoSansCJKsc-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Regular.otf" >
>  style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKsc-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Regular.otf" >
>  style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKtc-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Bold.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-DemiLight.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Light.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Medium.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKjp-Regular.otf" >
>  style="normal" weight="normal" />
>   
>   embed-url="Noto_Sans/NotoSansCJKjp-Thin.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKkr-Black.otf" >
>   style="normal" weight="normal" />
>  
>   embed-url="Noto_Sans/NotoSansCJKkr-Bold.otf" >
>