show a box indicator when tapping on a link

only for PDF/DJVU docs for now since there is no easy way
to get link box from crengine
This commit is contained in:
chrox
2014-05-02 16:50:43 +08:00
parent b7ab1efe8a
commit e1527611c5
6 changed files with 106 additions and 8 deletions

View File

@@ -72,6 +72,10 @@ function DjvuDocument:getPageBoxesFromPositions(pageno, ppos0, ppos1)
return self.koptinterface:getPageBoxesFromPositions(self, pageno, ppos0, ppos1)
end
function DjvuDocument:nativeToPageRectTransform(pageno, rect)
return self.koptinterface:nativeToPageRectTransform(self, pageno, rect)
end
function DjvuDocument:getOCRWord(pageno, wbox)
return self.koptinterface:getOCRWord(self, pageno, wbox)
end