ladybird/Userland/Libraries/LibPDF/Fonts
Julian Offenhäuser e06a065594 LibPDF: Override Type 1 character mappings by encoding in font dict
If the font dictionary includes an "Encoding" entry, it will be used
instead of the PS1FontProgram's built-in encoding.
2022-11-25 22:44:47 +01:00
..
PDFFont.cpp LibPDF: Add alternative names to is_standard_latin_font() helper 2022-11-25 22:44:47 +01:00
PDFFont.h LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
PS1FontProgram.cpp LibPDF: Override Type 1 character mappings by encoding in font dict 2022-11-25 22:44:47 +01:00
PS1FontProgram.h LibPDF: Override Type 1 character mappings by encoding in font dict 2022-11-25 22:44:47 +01:00
TrueTypeFont.cpp LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
TrueTypeFont.h LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
Type0Font.cpp LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
Type0Font.h LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
Type1Font.cpp LibPDF: Override Type 1 character mappings by encoding in font dict 2022-11-25 22:44:47 +01:00
Type1Font.h LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00