View Single Post
Old 01-06-2010, 03:59 AM   #7
mfpreach
Enthusiast
mfpreach began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jan 2010
Device: prs-300
Ok that worked great, thanks a lot!
Now I have a new problem....how do I convert chinese pdf's to epub or lrf so that it actually displays on the device.

Since I flashed, the title now shows, but the text body is all garbage. I thought flashing the chinese firmware solves this problem?

I am converting with Calibre and I can't seem to get it to work.
I also can't really find easy information on how to embed the fonts either. However, I was under the assumption this was not required as I have flashed with Chinese fonts.

The pdf I converted displays fine in calibre but not on the device, please help!
Thanks in advance!

ADD: I tried adding this with no success:

Extra CSS:

@ font-face (
font-family: "myfont";
font-weight: normal;
font-style: normal;
src: url (res: / / / opt/sony/ebook/FONT/tt0003m_.ttf), url (res: / / / tt0003m_.ttf);
)

@ font-face (
font-family: "myfont";
font-weight: bold;
font-style: normal;
src: url (res: / / / opt/sony/ebook/FONT/tt0003m_.ttf), url (res: / / / tt0003m_.ttf);
)

@ font-face (
font-family: "myfont";
font-weight: normal;
font-style: italic;
src: url (res: / / / opt/sony/ebook/FONT/tt0003m_.ttf), url (res: / / / tt0003m_.ttf);
)

@ font-face (
font-family: "myfont";
font-weight: bold;
font-style: italic;
src: url (res: / / / opt/sony/ebook/FONT/tt0003m_.ttf), url (res: / / / tt0003m_.ttf);
)

body (
font-family: "myfont", serif;
)

Last edited by mfpreach; 01-06-2010 at 04:35 AM.
mfpreach is offline   Reply With Quote