mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibPDF: Add a bitmap renderer
This commit adds the Renderer class, which is responsible for rendering a page into a Gfx::Bitmap. There are many improvements to make here, but this is a great start!
This commit is contained in:
parent
d6a9b41bac
commit
4479c1bff0
Notes:
sideshowbarker
2024-07-18 17:51:13 +09:00
Author: https://github.com/mattco98
Commit: 4479c1bff0
Pull-request: https://github.com/SerenityOS/serenity/pull/7018
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/bcoles
Reviewed-by: https://github.com/tomuta
4 changed files with 655 additions and 4 deletions
|
@ -29,9 +29,6 @@ public:
|
|||
ENUMERATE_OBJECT_TYPES(DEFINE_ID)
|
||||
#undef DEFINE_ID
|
||||
|
||||
template<typename T>
|
||||
NonnullRefPtr<T> resolved_to(Document*) const;
|
||||
|
||||
virtual const char* type_name() const = 0;
|
||||
virtual String to_string(int indent) const = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue