Skip to content

Commit ae1e89d

Browse files
author
Richard Bützer
committed
Acroforms: Scale the content to the text field size
1 parent 76edb33 commit ae1e89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/acroform.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ Q\n";
677677
*/
678678
createDefaultAppearanceStream: function (formObject) {
679679
var stream = "";
680-
// Set Helvetica to Standard Font (12px)
680+
// Set Helvetica to Standard Font (size: auto)
681681
// Color: Black
682-
stream += "/Helv 12 Tf 0 g";
682+
stream += "/Helv 0 Tf 0 g";
683683
return stream;
684684
}
685685
};

0 commit comments

Comments
 (0)