Schriftarten:
Poppler (Bibliothek) macht falsche Schriftersetzungen.
Im PDF steht haben Objekte vom Typ "FontDescriptor" Eigenschaften "/Flags". Dort steht drin, ob es eine "FixedPitch" (Monospaced) Schrift ist oder nicht:
9.8.2 Font Descriptor Flags
Table 123 – Font flags
Wenn Bit 1 gesetzt ist, ist die Schrift Monospaced. Diese Info scheint Poppler nicht zu nutzen.
Beispiel (qpdf -decrypt -qdf 2021-90003.pdf -|less):
%% Original object ID: 22 0
24 0 obj
<<
/Ascent 803
/CapHeight 0
/Descent -249
/Flags 33
/FontBBox [
-6
-249
639
803
]
/FontName /RFont0
/ItalicAngle 0
/StemV 0
/Type /FontDescriptor
>>
endobj
