summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Fonts/PS1FontProgram.h
AgeCommit message (Expand)Author
2023-01-27LibPDF: Remove declarations for non-existent methodsSam Atkins
2023-01-25LibPDF: Remove unused memberRodrigo Tobar
2023-01-25LibPDF: Add new Type1FontProgram base classRodrigo Tobar
2023-01-05LibGfx+LibPDF: Apply subpixel offset in affine transformationMacDue
2023-01-05LibPDF: Use subpixel accurate text renderingMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibPDF: Override Type 1 character mappings by encoding in font dictJulian Offenhäuser
2022-11-25LibPDF: Pass PDFFont::draw_glyph() a char code instead of a code pointJulian Offenhäuser
2022-11-19LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font renderingJulian Offenhäuser
2022-10-16LibPDF: Add very basic support for Adobe Type 1 font renderingJulian Offenhäuser