font change in BH?

Majidnourollahi

Vu+ Newbie
Hi all,
in other skins there is a subfolder in enigma 2 folder with the name of fonts, where i can chenge them with my favorite font files. In BH i couldnt find fonts folder.
my question is : is it possible to change fonts in BH image? i need it for subtitle usage. the original font shows Persian subtitle terrible.
 

Matrix10

Administrator
Hi all,
in other skins there is a subfolder in enigma 2 folder with the name of fonts, where i can chenge them with my favorite font files. In BH i couldnt find fonts folder.
my question is : is it possible to change fonts in BH image? i need it for subtitle usage. the original font shows Persian subtitle terrible.

If these subtitles use the skin font, and you use my skins.
You can try replacing it in / usr / share / fonts /
tiny.ttf font with font you like to test .

Backup tiny.ttf and rename your font in tiny.ttf
and copy to / usr / share / fonts /

Restart/reboot box and test
 

selim57

Vu+ Newbie
I did change the Regular font and subtitle with arialbold but only skin font changes.

What if I wish to change only subtitle font?
Code:
<font filename="tiny.ttf" name="Subtitlefont" scale="100"/>
to
Code:
<font filename="arialb.ttf" name="Subtitlefont" scale="100"/>

But nothing change.

Btw I'm changing the xml here:
Code:
/usr/share/enigma2/MX_Sline-Grey
 

selim57

Vu+ Newbie
I did change the Regular font and subtitle with arialbold but only skin font changes.

What if I wish to change only subtitle font?
Code:
<font filename="tiny.ttf" name="Subtitlefont" scale="100"/>
to
Code:
<font filename="arialb.ttf" name="Subtitlefont" scale="100"/>

But nothing change.

Btw I'm changing the xml here:
Code:
/usr/share/enigma2/MX_Sline-Grey

skin_subtitles.xml did the work in "/usr/share/enigma2"
 
Top