Merge branch 'develop_migration' into 'develop_master'

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

See merge request LiuChao/foton-slrs-system-rest!218
This commit is contained in:
super_liu
2021-11-04 10:59:44 +08:00
@@ -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++) {