mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Ink coverage tool
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user