mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibPDF: Handle the gs graphical operator
This commit is contained in:
parent
006f5498de
commit
47531619e3
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