Quote:
Originally Posted by amalewolf
hi,bhaak
i test the two epubs ,i have the same result like you.
this is the book only show in "????",you can named them in english but no change in the result;and the ttf in my kindle
|
Ah, so there are two issues:
1. The titles of the books are somehow invalid. They are not valid UTF-8 and that's they can't be shown correctly. There's nothing the program can do about that.
2. The fonts in the books aren't showing up. For the epub there's a work-around:
Open the "Main Menu" -> "Settings menu" -> "Document embedded styles" -> Off
With "Default font face" being Code2000, the epub works for me. The txt doesn't but I don't know why.
The problem with the epub is that the CSS in that epub wants to use a font this way:
Code:
@font-face {
font-family:"cnepub";
src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf), url(res:///tt0011m_.ttf);
}
My guess is that because this font can't be found on the Kindle Touch, the program falls back to the default font (Caecilia IIRC) and not one the one configured in the menu.