Chinese Font Support Problem
Greetings from a Chinese user.
I installed the Chinese font support for DR800SG under the initial firmware. I attached the folder structure and files I used in installing the support. The folder structure was like
SD root
└─Programs (folder)
│ InstallChinese.desktop
│ RemoveChinese.desktop
│
└─_chinese (folder)
│ restore.sh
│ install.sh
│
└─fonts(folder)
Basically, it is about the same thing as installing the FBreaders. Under the firmware 1.0, Chinese TXT worked fine. And if I added CSS
@font-face {
font-family:"my font";
src:url(res:///usr/share/fonts/ttf/my_font.ttf), url(res:///my_font.ttf);
}
, the Chinese epub also read fine.
Today I upgraded the firmware to 2.0 beta, now the epub files do not work well (txt in epub fiels becomes ???, the txt files still work well). I guess there is only a path problem in the CSS file. I do not understand much of the linux. Can any high-hand give me a hint how to change the CSS path to correct the epub reading problem?
Thank you!
|