Quote:
Originally Posted by Slava
It's probably good idea to add archive with those fonts and updated kconfig.xml to replace those on PC 
|
Slava,
All of that is already there. You just need to learn to use cramfsck.

kconfig.xml is in the sony/ebook/application directory, the fonts are in the sony/ebook/FONT directory.
Upd.: Actually, I just checked - the kconfig.xml file is different on a PC vs the ebook. So you shouldn't copy one to the other.

But the fonts part is similar. This is what you would need on the PC:
Code:
<ui>
<font face="Swis721 BT" href="[bbebFontPath]" engine="FreeType">
<family name="roman" uses="Dutch801 Rm BT"/>
<family name="swiss" uses="Swis721 BT"/>
<family name="modern" uses="Courier10 Win95BT"/>
<family name="script" uses="Dutch801 Rm BT"/>
<family name="decor" uses="Dutch801 Rm BT"/>
<family name="tech" uses="Courier10 Win95BT"/>
</font>
</ui>