1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:47:45 +00:00

LibPDF: Implement stubs for all graphical commands

This commit is contained in:
Matthew Olsson 2021-05-22 21:09:33 -07:00 committed by Ali Mohammad Pur
parent 477e3946e5
commit bf96ad674c
3 changed files with 199 additions and 94 deletions

View file

@ -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);