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

JerrySieHsiung commented on ODFTOOLKIT-421:
-------------------------------------------

Hi Schubert,
thank you very much for your letter~
I tested it positive with ParagraphStyleHandler, too.

> Chinese Word Can't set font
> ---------------------------
>
>                 Key: ODFTOOLKIT-421
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-421
>             Project: ODF Toolkit
>          Issue Type: Bug
>          Components: simple api
>         Environment: win7,Jdk 1.6, simple-odf-0.8.1-incubating.jar
>            Reporter: JerrySieHsiung
>            Assignee: Svante Schubert
>            Priority: Minor
>             Fix For: 0.6.2-incubating
>
>
> I use two Paragraph , set the word "English" and "中文字", and set their font.
> the fontFamilyName,simpleFontStyle,fontSize of "中文字" is no use
> [code]
> Font kaiu = new Font("標楷體", FontStyle.BOLD, 14, Color.BLUE);
> Paragraph p1= doc.addParagraph("English");
> p1.setFont(kaiu);
> Paragraph p11= doc.addParagraph("中文字");
> p11.setFont(kaiu);
> [/code]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to