Rodrigo Tobar
|
b3007c17bd
LibPDF: Allow operators to receive optional resources
|
2 years ago |
Rodrigo Tobar
|
e58165ed7a
LibPDF: Render cubic bezier curves
|
2 years ago |
Rodrigo Tobar
|
fe5c823989
LibPDF: Communicate resources to ColorSpace, not Page
|
2 years ago |
Rodrigo Tobar
|
d04613d252
LibPDF: Fix path coordinates calculation
|
2 years ago |
Rodrigo Tobar
|
e92ec26771
LibPDF: Introduce rendering preferences and show clipping paths
|
2 years ago |
Rodrigo Tobar
|
a1e36e8f78
LibPDF: Improve path clipping support
|
2 years ago |
Julian Offenhäuser
|
9cb3b23377
LibPDF: Move all font handling to Type1Font and TrueTypeFont classes
|
2 years ago |
Julian Offenhäuser
|
8532ca1b57
LibPDF: Convert dash pattern array elements to integers if necessary
|
2 years ago |
Julian Offenhäuser
|
b14f0950a5
LibPDF: Add very basic support for Adobe Type 1 font rendering
|
2 years ago |
Julian Offenhäuser
|
97ed4106e5
LibPDF: Fix text positioning with operator TJ
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Matthew Olsson
|
3ecb41b7d9
PDFViewer: Support a continuous page view mode
|
3 years ago |
Matthew Olsson
|
468ceb1b48
LibPDF: Rename Command to Operator
|
3 years ago |
Matthew Olsson
|
058cf5f7f7
LibPDF: Accept font size in PDFFont::get_char_width
|
3 years ago |
Matthew Olsson
|
5f9d35909d
LibPDF: Move font files into their own directory
|
3 years ago |
Matthew Olsson
|
d2771eafc5
LibPDF: Use Font /Widths array to derive character widths
|
3 years ago |
Matthew Olsson
|
130846f337
LibPDF: Use AntiAliasingPainter in Renderer when possible
|
3 years ago |
Matthew Olsson
|
8224ca6150
LibPDF: Fix more bad Renderer text positioning calculations
|
3 years ago |
Matthew Olsson
|
34efc668d2
LibPDF: Handle SCN and scn operators
|
3 years ago |
Matthew Olsson
|
1238e65d30
LibPDF: Move color space creation from Renderer to ColorSpace
|
3 years ago |
Matthew Olsson
|
60c3e786be
LibPDF: Require Document* in Parser constructor
|
3 years ago |
Matthew Olsson
|
9a4a3318a9
LibPDF: Store a PDFFont in the Renderer's text state
|
3 years ago |
Matthew Olsson
|
4d509ff365
LibPDF: Fix "incorrect" matrix multiplication in Renderer
|
3 years ago |
Matthew Olsson
|
6f1cfcf217
LibPDF: Implement marked renderer operations as nops
|
3 years ago |
Matthew Olsson
|
b240d23a87
LibPDF: Propagate errors in Renderer/PDFViewer
|
3 years ago |
Matthew Olsson
|
d82bd885ce
LibPDF: Propagate ColorSpace errors
|
3 years ago |
Matthew Olsson
|
73cf8205b4
LibPDF: Propagate errors in Parser and Document
|
3 years ago |
Ben Wiederhake
|
f84a7e2e22
LibPDF: Replace Value class by AK::Variant
|
3 years ago |
Matthew Olsson
|
612b183703
LibPDF: Convert to east-const to comply with the recent style changes
|
4 years ago |
Matthew Olsson
|
0a4d8ef98d
LibPDF: Bake the flipped y-axis directly into the CTM matrix
|
4 years ago |