set auto detect word gap in reflowing by default

This commit is contained in:
chrox
2013-10-24 21:29:12 +08:00
parent 68d0ba78af
commit 90d55cbde4
4 changed files with 5 additions and 6 deletions

View File

@@ -58,7 +58,6 @@ function KoptInterface:createContext(doc, pageno, bbox)
lang == "jpn" or lang == "kor" then
kc:setCJKChar()
end
DEBUG("configurable", doc.configurable)
kc:setLanguage(lang)
kc:setTrim(doc.configurable.trim_page)
kc:setWrap(doc.configurable.text_wrap)