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
commit bf96ad674c
Notes: sideshowbarker 2024-07-18 17:26:42 +09:00
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);