★★★用xsl-fo转换PDF,设定了font-weight='bold',可是字体就是不变粗体★★★
用xsl-fo转换PDF,
我的userconfig.xml文件:
<configuration> <fonts> <font metrics-file="C:\McSyugyo\WEB-INF\msmincho.xml" kerning="yes" embed-file="C:\WINDOWS\Fonts\MSMINCHO.TTC"> <font-triplet name="MS-Mincho" style="normal" weight="normal"/> <font-triplet name="MS-Mincho" style="normal" weight="bold"/> <font-triplet name="MS-Mincho" style="italic" weight="normal"/> <font-triplet name="MS-Mincho" style="italic" weight="bold"/> </font> <font metrics-file="C:\McSyugyo\WEB-INF\msgothic.xml" kerning="yes" embed-file="C:\WINDOWS\Fonts\MSGOTHIC.TTC"> <font-triplet name="MS-Gothic" style="normal" weight="normal"/> <font-triplet name="MS-Gothic" style="normal" weight="bold"/> <font-triplet name="MS-Gothic" style="italic" weight="normal"/> <font-triplet name="MS-Gothic" style="italic" weight="bold"/> </font> </fonts></configuration>
<fo:table-row font-family='MS-Gothic' font-size='13pt'> <fo:table-cell border-width='0'> <fo:block font-weight='bold' text-align='center'>ABCDEFG</fo:block> </fo:table-cell> </fo:table-row>