[xep-support] Japanese not bolding
relliquest at planet.nl
relliquest at planet.nl
Mon Dec 20 09:20:10 PST 2004
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 at 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
More information about the Xep-support
mailing list