mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
font menu for readerui
This commit is contained in:
@@ -85,6 +85,13 @@ end
|
||||
function CreDocument:renderPage(pageno, rect, zoom, rotation)
|
||||
end
|
||||
|
||||
function CreDocument:setFont(new_font_face)
|
||||
if new_font_face and self.font_face ~= new_font_face then
|
||||
self._document:setFontFace(new_font_face)
|
||||
self.font_face = new_font_face
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
DocumentRegistry:addProvider("txt", "application/txt", CreDocument)
|
||||
DocumentRegistry:addProvider("epub", "application/epub", CreDocument)
|
||||
|
||||
Reference in New Issue
Block a user