#148 Increase size limit on fonts

This commit is contained in:
Mark Nelson 2018-05-17 19:42:36 +08:00
parent b301b44748
commit 3620b5543d

View file

@ -155,7 +155,7 @@ class certificate {
// Array to store the sizes.
$sizes = array();
for ($i = 1; $i <= 60; $i++) {
for ($i = 1; $i <= 200; $i++) {
$sizes[$i] = $i;
}