Files
smarty/docs/fop/ru.cfg
2004-08-12 14:52:37 +00:00

34 lines
1.3 KiB
INI
Executable File

<configuration>
<fonts>
<!-- normal -->
<font metrics-file="fop/thryn.xml" embed-file="fop/thryn.ttf" kerning="yes">
<font-triplet name="serif" style="normal" weight="normal"/>
<font-triplet name="sans-serif" style="normal" weight="normal"/>
<font-triplet name="monospace" style="normal" weight="normal"/>
</font>
<!-- bold -->
<font metrics-file="fop/thryb.xml" embed-file="fop/thryb.ttf" kerning="yes">
<font-triplet name="serif" style="normal" weight="bold"/>
<font-triplet name="sans-serif" style="normal" weight="bold"/>
<font-triplet name="monospace" style="normal" weight="bold"/>
</font>
<!-- italic -->
<font metrics-file="fop/thryi.xml" embed-file="fop/thryi.ttf" kerning="yes">
<font-triplet name="serif" style="italic" weight="normal"/>
<font-triplet name="sans-serif" style="italic" weight="normal"/>
<font-triplet name="monospace" style="italic" weight="normal"/>
</font>
<!-- italic and bold -->
<font metrics-file="fop/thrybi.xml" embed-file="fop/thrybi.ttf" kerning="yes">
<font-triplet name="serif" style="italic" weight="bold"/>
<font-triplet name="sans-serif" style="italic" weight="bold"/>
<font-triplet name="monospace" style="italic" weight="bold"/>
</font>
</fonts>
</configuration>