ladybird/Userland/Libraries/LibPDF/Fonts
Nico Weber 76ba374aef LibPDF: Move CFF to use AK::Error instead of PDF::Error
Similar to the previous commit. No real behavior change.
2024-04-14 17:22:00 +02:00
..
AdobeGlyphList.cpp LibPDF: Implement ZapfDingbats clause of the adobe glphy list algorithm 2024-03-01 14:17:42 +01:00
AdobeGlyphList.h LibPDF: Implement ZapfDingbats clause of the adobe glphy list algorithm 2024-03-01 14:17:42 +01:00
CFF.cpp LibPDF: Move CFF to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
CFF.h LibPDF: Move CFF to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
PDFFont.cpp LibPDF: Make PDFFont::replacement_for() return a ScaledFont 2024-03-01 17:56:59 +01:00
PDFFont.h LibPDF: Make truetype fonts marked as symbol fonts actually work 2024-03-07 11:29:47 -05:00
PS1FontProgram.cpp LibPDF: Move Type1FontProgram to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
PS1FontProgram.h LibPDF: Move Type1FontProgram to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
SimpleFont.cpp LibPDF+PDFViewer+MacPDF: Don't draw hidden text by default 2024-03-16 13:10:48 -04:00
SimpleFont.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TrueTypeFont.cpp LibPDF: Make truetype fonts marked as symbol fonts actually work 2024-03-07 11:29:47 -05:00
TrueTypeFont.h LibPDF: Give TrueTypePainter a ScaledFont instead of a Font 2024-03-01 17:56:59 +01:00
Type0Font.cpp LibPDF+PDFViewer+MacPDF: Don't draw hidden text by default 2024-03-16 13:10:48 -04:00
Type0Font.h LibPDF: Honor writing mode in TJ operator as well 2024-03-02 12:25:09 +01:00
Type1Font.cpp LibPDF: Make truetype fonts marked as symbol fonts actually work 2024-03-07 11:29:47 -05:00
Type1Font.h LibPDF: Let Type1Font use TrueTypePainter for standard fonts 2024-02-27 07:02:27 +01:00
Type1FontProgram.cpp LibPDF: Move Type1FontProgram to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
Type1FontProgram.h LibPDF: Move Type1FontProgram to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
Type3Font.cpp LibPDF: Add an initial implementation of type 3 glyph rendering 2023-11-17 19:47:53 +00:00
Type3Font.h LibPDF: Pass Renderer to SimpleFont::draw_glyph() 2023-11-17 19:47:53 +00:00