Small caps in PDF output
Posted: Thu Mar 17, 2011 7:28 pm
Hi,
Has anyone else had a problem trying to get Small caps in PDF output?
In my attribute set, I have this line as one of the attributes:
<xsl:attribute name="font-variant">small-caps</xsl:attribute>
The .fo file has output on all the correct blocks, like:
<fo:block font-size="10" font-variant="small-caps" space-after="0.6em">Some text</fo:block>
The PDF file never has any small cap text. Can anyone think of a reason why this is not working?
Thanks,
John
Has anyone else had a problem trying to get Small caps in PDF output?
In my attribute set, I have this line as one of the attributes:
<xsl:attribute name="font-variant">small-caps</xsl:attribute>
The .fo file has output on all the correct blocks, like:
<fo:block font-size="10" font-variant="small-caps" space-after="0.6em">Some text</fo:block>
The PDF file never has any small cap text. Can anyone think of a reason why this is not working?
Thanks,
John