Ink coverage tool

This commit is contained in:
Jakub Melka
2021-07-04 18:11:41 +02:00
parent 8e0ad73c4c
commit 91d7355a20
3 changed files with 65 additions and 26 deletions

View File

@ -3975,6 +3975,7 @@ void PDFInkCoverageCalculator::perform(QSize size, const std::vector<PDFInteger>
info.textName = colorInfo.textName;
info.isSpot = colorInfo.isSpot;
info.coveredArea = pageCoverage[i];
info.ratio = pageRatioCoverage[i];
results.emplace_back(qMove(info));
}