Quote:
Originally Posted by rpgmaker
No actually... I did not. But how exactly should the tweaks.conf identify the Helvetica font?
|
"Helvetica Neue LT" (don't enter the quotes), but my firmware is older. BTW, you may want to test your font by overriding "Baskerville" first and when that works fine you can override Helevetica with it.
Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" compare="eq">
<string>Helvetica Neue LT</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>nameofyourfont</string>
</edit>
</match>
</fontconfig>