View Single Post
Old 12-08-2011, 06:50 AM   #59
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by flameproof View Post
After reading it a few time I still don't get it. My target: to have Chinese Characters displayed for EPUB.

What I did so far:

I got a version of DroidSansFallback.ttf from the XDA website.


I have a Chinese EPUB, where I opened the CSS and added:

Code:
@font-face {
   font-family: "DroidSans", serif, sans-serif;
   src:url(res:///Sony_Reader/data/fonts/DroidSansFallback.ttf);
   }
You can see where I put the TTF on the T1. Most likely wrong. I have no SD card.

Where should I put the TTF?

Seems my T1 has 2 partitions, READER and SETTING. SETTING is write protected. READER has 4 directories: Books / DCIM / download / Sony_Reader

Where I am supposed to put the font file?
The file DroidSansFallback.ttf is already in your T1 in an area which is not user-visible. You do not need to copy it. You access it via
Code:
src:url(res:///ebook/fonts/DroidSansFallback.ttf)
in the epub css, not
Code:
src:url(res:///Sony_Reader/data/fonts/DroidSansFallback.ttf)
jackie_w is offline   Reply With Quote