XSL:FO输出粗体字体:重量

时间:2015-04-20 14:01:39

标签: xml xslt xslt-2.0 xsl-fo

您好,我想用xsl:fo粗体输出,但字体:weight =“bold”没有任何反应。

我的xslt文件:

  <xsl:template match="out">
        <fo:inline font-weight="bold">
               <xsl:value-of select="."/>
        </fo:inline>
    </xsl:template>

我的xml文件:

<root>
     <out>BLA BAL BLA</out>
</root>

我的输出是:

BLA BAL BLA ( not bold)

我使用Saxon-He:9.5和xslt 2.0

1 个答案:

答案 0 :(得分:1)

我已经找到了我的问题我使用font =&#34; ArialMT&#34;这些字体不能打印粗体文字。