Question about font
Posted: Thu Jul 10, 2014 2:39 pm
Hi,
can you explain me how the treatment works fonts in dita ?
I am file font-mappings.xml
In custom.xsl i define
can you explain me how the treatment works fonts in dita ?
I am file font-mappings.xml
Code: Select all
<font-mappings>
<font-table>
<!-- Backwards compatibility aliases -->
<aliases>
<alias name="serif">Serif</alias>
</aliases>
<aliases>
<alias name="sans-serif">Sans</alias>
</aliases>
...
<logical-font name="Serif">
<physical-font char-set="default">
<font-face>Arial Unicode MS, Helvetica</font-face>
</physical-font>
...
Code: Select all
When i use generate PDF From Suse Componize Alfresco Oxygen the omega caracter is not found ?
When i use generate PDF on Windows from oXygen the omega caracter is found because font woindows are used
i want have same result in suse
Thank you
<xsl:attribute-set name="common.title">
<xsl:attribute name="font-family">sans-serif</xsl:attribute>
</xsl:attribute-set>