mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibPDF: Handle the gs graphical operator
This commit is contained in:
parent
006f5498de
commit
47531619e3
Notes:
sideshowbarker
2024-07-18 12:21:00 +09:00
Author: https://github.com/mattco98
Commit: 47531619e3
Pull-request: https://github.com/SerenityOS/serenity/pull/7675
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/alimpfard
3 changed files with 60 additions and 3 deletions
|
@ -92,6 +92,7 @@ private:
|
|||
void handle_text_next_line_show_string(const Vector<Value>& args);
|
||||
void handle_text_next_line_show_string_set_spacing(const Vector<Value>& args);
|
||||
|
||||
void set_graphics_state_from_dict(NonnullRefPtr<DictObject>);
|
||||
// shift is the manual advance given in the TJ command array
|
||||
void show_text(const String&, int shift = 0);
|
||||
RefPtr<ColorSpace> get_color_space(const Value&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue