News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Greek font support under LinuxMCE

Started by phanosp, February 13, 2011, 08:45:07 PM

Previous topic - Next topic

uplink

Try xine-ui on the machine where totem works fine and see what happens.

uplink

#16
Oh hey, I did it. Found out what's happening: Xine uses its own fonts. Totem uses the system's FreeType fonts.

To tell Xine to use a FreeType font for subtitles, find and set these like so in xine.conf:

subtitles.separate.font_freetype:/usr/share/fonts/truetype/freefont/FreeSansBold.ttf
subtitles.separate.font_use_freetype:1
subtitles.separate.src_encoding:iso-8859-7

Reference: http://www.xine-project.org/faq#supportedfonts

You don't even need language-support-el.

phanosp

Thanks a lot, that worked just fine :). I could not have done this without your help.