summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Renderer.h
diff options
context:
space:
mode:
authorMatthew Olsson <matthewcolsson@gmail.com>2021-05-22 21:09:33 -0700
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-05-25 00:24:09 +0430
commitbf96ad674cc4d6c78e4ac992fb95b197b2d91d7e (patch)
tree17f3d512416618c4a10cdc0ae51f004e45824209 /Userland/Libraries/LibPDF/Renderer.h
parent477e3946e50cdfcbd3ee3688e4529a7fa1d9e442 (diff)
downloadserenity-bf96ad674cc4d6c78e4ac992fb95b197b2d91d7e.zip
LibPDF: Implement stubs for all graphical commands
Diffstat (limited to 'Userland/Libraries/LibPDF/Renderer.h')
-rw-r--r--Userland/Libraries/LibPDF/Renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibPDF/Renderer.h b/Userland/Libraries/LibPDF/Renderer.h
index 8df872e4e6..5ee64d1387 100644
--- a/Userland/Libraries/LibPDF/Renderer.h
+++ b/Userland/Libraries/LibPDF/Renderer.h
@@ -87,6 +87,7 @@ private:
ENUMERATE_COMMANDS(V)
#undef V
void handle_text_next_line_show_string(const Vector<Value>& args);
+ void handle_text_next_line_show_string_set_spacing(const Vector<Value>& args);
// shift is the manual advance given in the TJ command array
void show_text(const String&, int shift = 0);