From 79cda33c1a8d53610ba2b927a4b0e83b58d72635 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 7 May 2020 10:42:08 -0400 Subject: [PATCH 1/1] Update hard_copy.php --- hard_copy.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hard_copy.php b/hard_copy.php index 19f14e8..b96f3af 100644 --- a/hard_copy.php +++ b/hard_copy.php @@ -15,7 +15,7 @@ $black = imagecolorallocate($jpg_image, 0, 0, 0); // Set Path to Font File $font_path = 'files/coolvetica rg.ttf'; - +$font_path_sig = 'files/Claston Script.ttf'; @@ -28,6 +28,8 @@ imagettftext($jpg_image, 50, 0, 115, 365, $black, $font_path, 'X'); // Slot 1 on Petition // name imagettftext($jpg_image, 50, 0, 350, 1070, $black, $font_path, 'Patrick Michael McGuire'); +// signed +imagettftext($jpg_image, 50, 0, 400, 1270, $black, $font_path_sig, 'Patrick Michael McGuire'); // address imagettftext($jpg_image, 50, 0, 400, 1300, $black, $font_path, '501 Spring Ave Lutherville 21093'); // date of birth -- 2.20.1