Quote:
Originally Posted by Kolenka
I'm not sure what you mean by that question. Do you mean pointing to external fonts? If that's the case, there were a couple posts on the PRS+ thread that pointed out that the path to the internal memory and SD card is entirely different than older models. I think the updated paths were posted there too.
|
Yes I tried these locations
Internal memory root is now
res:///mnt/sdcard
SD card root is
res:///mnt/extsd
But neither of these work as a replacement for
res:///Data to point to external fonts.
I just wondered if you had any insight as to why this won't work anymore.
On the older models, if you really wanted to, you could add css @font-faces to point to the LRF font files in IM in the non-user accessible area e.g.
Code:
@font-face {font-family: serif; src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf)
I don't know what the equivalent filenames are for the built-in fonts on the PRST1. If we knew their locations, this might be worth a try.