Skip to content

Add missing newline after Tf in setTextFont

Tobias Deiminger requested to merge haxtibal/poppler:fix-settextfont into master

Until now AnnotAppearanceBuilder::setTextFont was only used to write last operation in apperance string for /DA. There you don't notice the missing delimiter.

Delimiter will however be required in general, e.g. when writing appearance string for /AP.

This MR passes check_qt5_annotations, and works integrated with Okular patched for font color.

Merge request reports