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:
parent
477e3946e5
commit
bf96ad674c
3 changed files with 199 additions and 94 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue