Tool for simple text search

This commit is contained in:
Jakub Melka
2020-01-12 18:46:59 +01:00
parent 1ecc5f2441
commit ad8cca6161
13 changed files with 1172 additions and 2 deletions

View File

@ -35,6 +35,7 @@ namespace pdf
class PDFProgress;
class PDFWidget;
class IDrawWidget;
class PDFWidgetTool;
class PDFCMSManager;
class PDFTextLayoutGetter;
class PDFAsynchronousPageCompiler;
@ -298,6 +299,7 @@ public:
PDFProgress* getProgress() const { return m_progress; }
void setProgress(PDFProgress* progress) { m_progress = progress; }
PDFAsynchronousTextLayoutCompiler* getTextLayoutCompiler() const { return m_textLayoutCompiler; }
PDFWidget* getWidget() const { return m_widget; }
void setFeatures(PDFRenderer::Features features);
void setPreferredMeshResolutionRatio(PDFReal ratio);