mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: Use fonts from font dictionary
This commit is contained in:
@ -819,11 +819,7 @@ void PDFPrecompiledPage::finalize(qint64 compilingTimeNS, QList<PDFRenderError>
|
||||
};
|
||||
for (const PathPaintData& data : m_paths)
|
||||
{
|
||||
// Texts are shared from the font
|
||||
if (!data.isText)
|
||||
{
|
||||
m_memoryConsumptionEstimate += calculateQPathMemoryConsumption(data.path);
|
||||
}
|
||||
m_memoryConsumptionEstimate += calculateQPathMemoryConsumption(data.path);
|
||||
}
|
||||
for (const ClipData& data : m_clips)
|
||||
{
|
||||
|
Reference in New Issue
Block a user