Skip to content

Commit

Permalink
Update minimum font size to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymcpherson authored Dec 20, 2019
1 parent 6a56160 commit f92b3e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AppearanceGeneratorHelper
/**
* The minimum font size used for multiline text auto sizing
*/
private static final float MINIMUM_FONT_SIZE = 12;
private static final float MINIMUM_FONT_SIZE = 4;

/**
* The default padding applied by Acrobat to the fields bbox.
Expand Down

0 comments on commit f92b3e6

Please sign in to comment.