View Single Post
Old 12-29-2011, 05:15 PM   #31
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,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by giosa View Post
To my best knowledge there's only one sylfaen.ttf file
If the other 3 font files don't exist the only thing you can do is map all 4 (reg, italic, bold, boldital) to the single sylfaen.ttf font file you do have, like this:
Code:
@font-face { font-family: serif; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen.ttf);}
but of course all text will then display in sylfaen regular, i.e. no bold and/or italic.

If you want bold and italic to display correctly you will need to pick a different font-family with all 4 files which contain all characters for your language of choice. What is it, by the way?
jackie_w is offline   Reply With Quote