mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing of text layout
This commit is contained in:
@@ -217,6 +217,9 @@ public:
|
||||
/// Returns memory consumption estimate
|
||||
qint64 getMemoryConsumptionEstimate() const { return m_memoryConsumptionEstimate; }
|
||||
|
||||
/// Returns text layout of the page
|
||||
const PDFTextLayout& getTextLayout() const { return m_textLayout; }
|
||||
|
||||
private:
|
||||
struct PathPaintData
|
||||
{
|
||||
|
Reference in New Issue
Block a user