View Single Post
Old 05-22-2011, 09:03 AM   #62
omk3
Wizard
omk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five wordsomk3 can name that ebook in five words
 
omk3's Avatar
 
Posts: 1,454
Karma: 37243
Join Date: Dec 2009
Location: Europe
Device: pocketbook 360, kindle 4
Quote:
Originally Posted by pkbo View Post
Most probably this is a bug. I will try to find out what is wrong.


Unfortunately there is no easy way to do it. You will have to modify share/cr3/skin/cr3skin.xml file. You need to specify font name in the window element with id="dict" and in menu element with id="dict-list"
Code:
  <window id="dict" size="100%, 33%">
    ...
        <client>
            <background color="#FFFFFF"/>
            <border widths="8,8,8,8"/>
            <text color="#000000" face="Specify font here" size="26" bold="false" italic="false" valign="center" halign="center"/>
        </client>
  ...
  </window>

 <menu id="dict-list"...>
  ...
        <value>
            <text color="#000000" face="Specify font here" size="24" bold="false" italic="true" valign="center" halign="left"/>
        </value>
...
 </menu>
Thank you, that's great!
I love how so much is configurable, even if you have to edit an xml file to do it.
omk3 is offline   Reply With Quote