Thread: PRS-T1 Modified Sony home screen
View Single Post
Old 01-25-2012, 09:15 AM   #108
mvp3
Junior Member
mvp3 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2012
Device: Sony PRS-T1
Quote:
Originally Posted by soseono View Post
I also found that the modded reader's font-picker works with epub, but not txt, when tested with a CJK font. (Haven't tested pdf) So you can either convert your txt to epub (easy with Calibre), or go back to the stock reader by running the restore set.

ps. I don't know what you mean by "mounting", but if it's exchanging one of the system fonts with your Chinese font, the same method should work with the modded reader as well. Have you tried it?
Code:
mount -o bind /sdcard/fonts/chinese.ttf /ebook/fonts/VerdanaW1G.otf
mount -o bind /sdcard/fonts/chinese-Bold.ttf /ebook/fonts/VerdanaW1G-Bold.otf
mount -o bind /sdcard/fonts/chinese-BoldItalic.ttf /ebook/fonts/VerdanaW1G-BoldItalic.otf
mount -o bind /sdcard/fonts/chinese-Italic.ttf /ebook/fonts/VerdanaW1G-Italic.otf
run these in adb or terminal(hardware restrat need run it again)
then you select Verdana fonts in stock reader

moded reader seems dose not load fonts on sdcard when reading txt file, it still load stock fonts.

Last edited by mvp3; 01-25-2012 at 09:27 AM.
mvp3 is offline