Dear All,
I am unable to get japanese text to bold. I have installed KozMinPro
and configured the fonts.xml file, but the all text is not bold even
when i set <fo:block font-weight="bold">hello</fo:block>
any pointers? I am using xep383
Jim.
my simple fo is
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
font-family="KozMinPro-Regular-Acro">
<fo:layout-master-set>
<fo:simple-page-master master-name="page">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="page">
<fo:flow flow-name="xsl-region-body">
<fo:block>hello</fo:block>
<fo:block font-weight="bold">hello</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
and my fonts.xml snippet is
<font name="KozMinPro-Regular-Acro"
ttf="c:/Program Files/Adobe/Acrobat
6.0/Resource/CIDFont/KozMinPro-Regular-Acro.otf"
adobe-encoding="UniJIS-UCS2-H"
adobe-ordering="Japan1"
adobe-supplement="2"
embed="false">
<alias name="KozMinPro"/>
</font>
<font name="KozMinPro-Regular-Acro,Bold"
ttf="c:/Program Files/Adobe/Acrobat
6.0/Resource/CIDFont/KozMinPro-Regular-Acro.otf"
adobe-encoding="UniJIS-UCS2-H"
adobe-ordering="Japan1"
adobe-supplement="2"
embed="false">
<alias name="KozMinPro-Bold"/>
<alias name="KozMinPro-Regular-Acro-Bold"/>
</font>
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Mon Dec 20 10:18:54 2004
This archive was generated by hypermail 2.1.8 : Mon Dec 20 2004 - 10:18:54 PST