mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibPDF: Implement stubs for all graphical commands
This commit is contained in:
parent
477e3946e5
commit
bf96ad674c
Notes:
sideshowbarker
2024-07-18 17:26:42 +09:00
Author: https://github.com/mattco98
Commit: bf96ad674c
Pull-request: https://github.com/SerenityOS/serenity/pull/7436
Reviewed-by: https://github.com/alimpfard
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