Bug 58196 - RichTextRun.setFontName doesn't work in Non-English characters.
Summary: RichTextRun.setFontName doesn't work in Non-English characters.
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.13-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on: 55030
Blocks:
  Show dependency tree
 
Reported: 2015-07-31 03:18 UTC by choonbong.shin
Modified: 2017-05-27 21:03 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.