From 7b7591c0b2b2b4010db8183a46b52ebd502b82fe Mon Sep 17 00:00:00 2001 From: Cyrille Giquello Date: Mon, 2 Apr 2018 08:17:17 +0200 Subject: [PATCH] add page_line() method (#1702) --- src/Adapter/GD.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Adapter/GD.php b/src/Adapter/GD.php index 72f3c572d..21870fce8 100644 --- a/src/Adapter/GD.php +++ b/src/Adapter/GD.php @@ -978,6 +978,11 @@ public function page_text() // N/A } + public function page_line() + { + // N/A + } + /** * Streams the image to the client. *