
Originally Posted by
44674878
(you can modify this xml by yourself. the "bold"italic"italic bold" no need be all the same files)
To explain this a little bit more: You can either use different fonts for regular,bod,italic and bolditalic or you can use fonts which use different files for them, e.g. Arial uses arial.ttf ariali.ttf, arialb.ttf and arialz.ttf (I think so, maybe a bit different, but I think you get it). Then you can change your Fonts.xml to something like:
Code:
<xml>
<engine cache_size="393216" default="yes">
<font style="sans-serif" weight="normal">/tpa/user/other/arial.ttf</font>
</engine>
<engine cache_size="183296" default="no">
<font style="sans-serif" weight="bold" >/tpa/user/other/arialb.ttf</font>
<font style="sans-serif" weight="italic">/tpa/user/other/ariali.ttf</font>
<font style="sans-serif" eight="bold-italic">/tpa/user/other/arialz.ttf</font>
</engine>
</xml>