1
Fork 0
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:
Matthew Olsson 2021-05-27 14:22:24 -07:00 committed by Ali Mohammad Pur
parent 006f5498de
commit 47531619e3
3 changed files with 60 additions and 3 deletions

View file

@ -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&);