Kodi Community Forum
Fonts used? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Fonts used? (/showthread.php?tid=122030)



Fonts used? - sladinki007 - 2012-02-05

Hi,

Since upgrading to eden are my Thai movies unreadable
i hacked the font xml 's to only use Arialuni.ttf
but still the thai is not readable

see screenshot
Image

I have the same issue with confluence skin

put arialuni.ttf in font folder in the skin and in the media folder in addons in the root of the program... in the skin settings i choose arialuni ...so not sure what i am doing wrong ?

debug log -> http://pastebin.ca/OpWX1uqZ
password: xbmc


- ronie - 2012-02-06

well, it's still using the default font included in Transparency!
i don't really know what you did wrong..

but have you tried the 'Arial' font in Transparency!?
that one should work for most (if not all) languages.


- sladinki007 - 2012-02-07

well it is weird
same mysql database but a computer i didn't update to eden yet still running dharma

Image

skin settings

Image

language settings
Image

piece of Butchered Font.xml
Code:
<fonts>
    <fontset id="Default" unicode="true">
    <!-- Normal Fonts -->
         <font>
            <name>font10</name>
            <filename>ARIALUNI.ttf</filename>
            <size>12</size>
        </font>
         <font>
            <name>font12</name>
            <filename>ARIALUNI.ttf</filename>
            <size>16</size>
        </font>
         <font>
            <name>font12caps</name>
            <filename>DefaultCaps.ttf</filename>
            <size>16</size>
        </font>
         <font>
            <name>font13</name>
            <filename>ARIALUNI.ttf</filename>
            <size>20</size>
        </font>
         <font>
            <name>font13caps</name>
            <filename>DefaultCaps.ttf</filename>
            <size>20</size>
        </font>
         <font>
            <name>font16caps</name>
            <filename>DefaultCaps.ttf</filename>
            <size>25</size>
        </font>
         <font>
            <name>font30</name>
            <filename>ARIALUNI.ttf</filename>
            <size>30</size>
        </font>
         <font>
            <name>fontContextMenu</name>
            <filename>ARIALUNI.ttf</filename>
            <size>18</size>
        </font>
just to show it worked
next post same info but eden


- kyotocafe - 2012-02-07

ronie Wrote:well, it's still using the default font included in Transparency!
i don't really know what you did wrong..

but have you tried the 'Arial' font in Transparency!?
that one should work for most (if not all) languages.

Indeed, Arial font in Transparency! works great with Japanese and Korean for instance. I think that if you select Arial on the settings screen | appearace | font, you should be all set as well for Thai.


- sladinki007 - 2012-02-07

well her is transparancy in eden

Same movie

Image

Appearance
Image

international

Image

only thing i can think off is that the upgrade of the mysql database when i installed eden screwed up something ?


- sladinki007 - 2012-02-07

well checked the char set and collation from the 2 DB and they are same
so i assume i can ignore the db as being the problem Sad

which db is eden using anyway ? video58 and music18 ?
if i upgrade my remaining computer can i delete the old db ?


- sladinki007 - 2012-02-09

well issue solved .... dropped my DB and rescanned my whole library into a new mysql db
i assume that the upgrade screwed it up.... Sad