feat: There is no way the, viewer font size 20

This commit is contained in:
super_liu
2021-11-04 10:58:20 +08:00
parent 13c66d6b5b
commit 0f0273bef6
@@ -53,7 +53,7 @@ public class WaterMarkUtil {
under.setGState(gs);
under.restoreState();
under.beginText();
under.setFontAndSize(base, 13);
under.setFontAndSize(base, 20);
under.setTextMatrix(30, 30);
under.setColorFill(BaseColor.LIGHT_GRAY);
for (int y = 0; y < 10; y++) {