hinting one page by default

since reflowed page has a minimum height of screen height.
There are no more than two pages displayed on screen
simultaneously even in scroll mode.
This commit is contained in:
chrox
2014-03-09 16:48:13 +08:00
parent 7de54b63ee
commit 19e50a1098
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
DRCOUNTMAX = 6
-- number of pages for hinting
-- default to pre-rendering 2 pages
DHINTCOUNT = 2
-- default to pre-rendering 1 page
DHINTCOUNT = 1
-- full screen mode, 1 for true, 0 for false
DFULL_SCREEN = 1