Fontinfo tool (first steps)

This commit is contained in:
Jakub Melka
2020-10-24 14:39:09 +02:00
parent b6d216aea2
commit 6142b263a0
10 changed files with 406 additions and 9 deletions

View File

@ -615,7 +615,7 @@ public:
PDFInteger getTotalLength() const;
/// Transforms interval set to readable text
QString toText() const;
QString toText(bool withoutBrackets) const;
/// Returns all integers from the range
std::vector<PDFInteger> unfold() const;