From 6b06da157a5c896fc4a03af081a2a0e72fb30982 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 30 Aug 2020 07:41:12 +0200 Subject: [PATCH] Font i promjena psianja --- image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.php b/image.php index e0a670a..9e8a0ce 100644 --- a/image.php +++ b/image.php @@ -80,7 +80,7 @@ $tekst_paleta = $palette; $drawer = $gotova_slika->draw(); $drawer->text( "$okvir_id$slika", - $imagine->font(__DIR__ . '/uokvirime.ttf', 9, $tekst_paleta->color('#AAA', 0)), + $imagine->font(__DIR__ . '/uokvirime.ttf', 15, $tekst_paleta->color('#AAA', 0)), new Imagine\Image\Point(1, 1));