mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add screen rotate support
This commit is contained in:
@@ -30,6 +30,10 @@ function ReaderFont:init()
|
||||
self.font_size = self.ui.document:getFontSize()
|
||||
end
|
||||
|
||||
function ReaderFont:onSetDimensions(dimen)
|
||||
self.dimen = dimen
|
||||
end
|
||||
|
||||
function ReaderFont:onShowFontMenu()
|
||||
-- build menu item_table
|
||||
local face_list = cre.getFontFaces()
|
||||
|
||||
Reference in New Issue
Block a user