View Single Post
Old 08-24-2014, 04:56 AM   #1558
ywq111
Junior Member
ywq111 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2014
Device: n905B
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.
ywq111 is offline   Reply With Quote