Bug 58196

Summary: RichTextRun.setFontName doesn't work in Non-English characters.
Product: POI Reporter: choonbong.shin <intel2>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: 3.13-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on: 55030    
Bug Blocks:    

Description choonbong.shin 2015-07-31 03:18:09 UTC
Hi.

I use poi library(ver 3.12) to create ppt file. And I've found a bug.

It is that RichTextRun.setFontName() doesn't work in Non-English character(ex Korean etc).

Another font api(ex setFontSize() and setFontColor() etc) work in Non-English character but Only setFontName() doesn't work.

Also setFontName() work in English character but doesn't work only in Non-English charecter.

Please help to solve this problem.

* ps : It is same to 3.13 beta1.
Comment 1 Dominik Stadler 2016-05-19 18:46:32 UTC
Any chance of some sample code that can be used to reproduce this?
Comment 2 Dominik Stadler 2017-05-27 21:03:06 UTC
Unfortunately there is not enough information here to work on a fix, please reopen this if you still have this issue and can provide more information, especially a test-file and a unit-test or some sample code.