add external font dir option for Android

This commit is contained in:
chrox
2015-06-06 17:21:39 +08:00
parent a30fe26de0
commit 8d7ebaff5d
3 changed files with 15 additions and 3 deletions

View File

@@ -186,6 +186,9 @@ NETWORK_PROXY = nil
-- Use turbo library to handle async HTTP request
DUSE_TURBO_LIB = false
-- Custom font dir for Android
ANDROID_FONT_DIR = "/system/fonts;/sdcard/koreader/fonts"
-- ####################################################################
-- following features are not supported right now
-- ####################################################################