View Single Post
Old 02-22-2013, 09:22 PM   #446
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
Quote:
Originally Posted by DuckieTigger View Post
Sure, but I don't trust the config files. I got the list out of the running fontconfig with fc-list. That are the real names it ends up beeing.
I didn't trust them; I was waiting for you to comfirm it. Really appreciate that.

Quote:
On the Touch you cannot even read them - they got ... at the end.
They really went out of their way to simplify the names. Of course, they were probably never intended to be displayed there.
Spoiler:
Code:
    <match target="scan">
       <test name="family" compare="eq">
           <string>HeiseiMaruGoth_JIS0213_E light</string>
       </test>
       <edit name="family" mode="assign">
           <string>HeiseiMaruGoth_JIS0213_E</string>
       </edit>
       <edit name="style" mode="assign">
           <string>Regular</string>
       </edit>
    </match>
JimmyR is offline   Reply With Quote