Skip to content

Commit a4de02e

Browse files
authored
Merge pull request #778 from renuo/fix/acroform-auto-text-size
Acroforms: Scale the content to the text field size
2 parents a40bd6e + ae1e89d commit a4de02e

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)