Julian Offenhäuser
|
b14f0950a5
LibPDF: Add very basic support for Adobe Type 1 font rendering
|
2 年之前 |
Julian Offenhäuser
|
97ed4106e5
LibPDF: Fix text positioning with operator TJ
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Matthew Olsson
|
3ecb41b7d9
PDFViewer: Support a continuous page view mode
|
3 年之前 |
Matthew Olsson
|
468ceb1b48
LibPDF: Rename Command to Operator
|
3 年之前 |
Matthew Olsson
|
058cf5f7f7
LibPDF: Accept font size in PDFFont::get_char_width
|
3 年之前 |
Matthew Olsson
|
5f9d35909d
LibPDF: Move font files into their own directory
|
3 年之前 |
Matthew Olsson
|
d2771eafc5
LibPDF: Use Font /Widths array to derive character widths
|
3 年之前 |
Matthew Olsson
|
130846f337
LibPDF: Use AntiAliasingPainter in Renderer when possible
|
3 年之前 |
Matthew Olsson
|
8224ca6150
LibPDF: Fix more bad Renderer text positioning calculations
|
3 年之前 |
Matthew Olsson
|
34efc668d2
LibPDF: Handle SCN and scn operators
|
3 年之前 |
Matthew Olsson
|
1238e65d30
LibPDF: Move color space creation from Renderer to ColorSpace
|
3 年之前 |
Matthew Olsson
|
60c3e786be
LibPDF: Require Document* in Parser constructor
|
3 年之前 |
Matthew Olsson
|
9a4a3318a9
LibPDF: Store a PDFFont in the Renderer's text state
|
3 年之前 |
Matthew Olsson
|
4d509ff365
LibPDF: Fix "incorrect" matrix multiplication in Renderer
|
3 年之前 |
Matthew Olsson
|
6f1cfcf217
LibPDF: Implement marked renderer operations as nops
|
3 年之前 |
Matthew Olsson
|
b240d23a87
LibPDF: Propagate errors in Renderer/PDFViewer
|
3 年之前 |
Matthew Olsson
|
d82bd885ce
LibPDF: Propagate ColorSpace errors
|
3 年之前 |
Matthew Olsson
|
73cf8205b4
LibPDF: Propagate errors in Parser and Document
|
3 年之前 |
Ben Wiederhake
|
f84a7e2e22
LibPDF: Replace Value class by AK::Variant
|
3 年之前 |
Matthew Olsson
|
612b183703
LibPDF: Convert to east-const to comply with the recent style changes
|
4 年之前 |
Matthew Olsson
|
0a4d8ef98d
LibPDF: Bake the flipped y-axis directly into the CTM matrix
|
4 年之前 |
Matthew Olsson
|
449ef14895
LibPDF: Avoid calculating rendering matrix for every glyph
|
4 年之前 |
Matthew Olsson
|
c142dadbe8
LibPDF: Handle the TJ graphical operator
|
4 年之前 |
Matthew Olsson
|
47531619e3
LibPDF: Handle the gs graphical operator
|
4 年之前 |
Matthew Olsson
|
006f5498de
LibPDF: Add support for the CalRGB ColorSpace
|
4 年之前 |
Matthew Olsson
|
7b4e36bf88
LibPDF: Split ColorSpace into a different class for each color space
|
4 年之前 |
Matthew Olsson
|
cafd7c11b4
LibPDF: Account for inverted y axis when rendering text
|
4 年之前 |
Andreas Kling
|
12a42edd13
Everywhere: codepoint => code point
|
4 年之前 |
Matthew Olsson
|
78f3bad7e6
LibPDF: Pre-initialize common FlyStrings in CommonNames.h
|
4 年之前 |