Skip to content

Let poppler pick the font size when signing signature fields

Nicolas Fella requested to merge work/nico/font-size-auto into master

Currently we use the default font sizes for NewSignatureData, which are 10 for fontSize and 20 for leftFontSize

This can be too large for a small signature field, leasing to cut-off text

When passing 0 poppler picks a suitable size depending on the size of the signature field

CCBUG: 443403

Merge request reports