Commit 432422f
committed
fix(PhpNativeHandler): reduce line height to 1.0 to match JSignPdf spacing
JSignPdf renders description text with baseline-to-baseline equal to the
font size (leading factor 1.0). PhpNative was using 1.2, producing 20%
extra space between lines and a visually inconsistent stamp. Set the
factor to 1.0 for both the description block and the signer-name block.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 6db83c3 commit 432422f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments