How to Use the font fallbacks ?
I want to display tibetan and chinese char together in epub page. I have put one tibet font file "himalaya.ttf" in ".kobo/koreader/fonts/tibetfont" path ,
and then edit the file ".kobo/koreader/frontend/ui/font.lua",
and set the fallbacks like this below:
fallbacks = {
[1] ="droid/DroidSansFallback.ttf",
[2] = "noto/NotoSans-Regular.ttf",
[3] = "droid/DroidSans.ttf",
[4] = "tibetfont/himalaya.ttf", },
but it can not to display tibetan char .
Can any one help me ?
Last edited by ywq111; 08-24-2014 at 04:59 AM.
|