ladybird/Userland
Nico Weber abda5e66f6 LibPDF: Scale delta_x by horizontal_scaling in Renderer::show_text()
While PDFFont::draw_string() already returns a position scaled by
horizontal_scaling, the division by text_rendering_matrix.x_scale()
(which also contains the scaling factor) undid it. Reapply it.

Fixes the horizontal layout of the line
"should be the same on all lines: super" in Tests/LibPDF/text.pdf.
2024-01-18 14:01:30 +01:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications Ladybird: Change default new tab URL to about:newtab 2024-01-17 17:32:05 +01:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Demos: Add fullscreen option to those that don't 2024-01-14 15:18:43 -07:00
DevTools HackStudio: Make Files and Classes tabs have the same border width 2024-01-16 15:23:07 +01:00
DynamicLoader Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Games MasterWord: Add fullscreen option 2024-01-14 15:18:43 -07:00
Libraries LibPDF: Scale delta_x by horizontal_scaling in Renderer::show_text() 2024-01-18 14:01:30 +01:00
Services LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
Shell LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
Utilities Ladybird+WebContent: Add chrome command line and exe path passing 2024-01-17 17:32:05 +01:00
CMakeLists.txt