mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +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
4 changed files with 655 additions and 4 deletions
|
@ -3,8 +3,9 @@ set(SOURCES
|
|||
Document.cpp
|
||||
Object.cpp
|
||||
Parser.cpp
|
||||
Renderer.cpp
|
||||
Value.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibPDF pdf)
|
||||
target_link_libraries(LibPDF LibC LibCore)
|
||||
target_link_libraries(LibPDF LibC LibCore LibIPC LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue