1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Nico Weber 843e9daa8c LibPDF: Remove unused PDFFont::type()
This got added in #15270, but its one use then got removed again
in #16150.

No behavior change.
2023-11-17 19:47:53 +00:00
..
CFF.cpp LibPDF: Don't over-read in charset formats 1 and 2 2023-10-23 09:31:11 -04:00
CFF.h LibPDF: Support offset size 3 in CFF index reading 2023-10-23 09:31:11 -04:00
PDFFont.cpp LibPDF: Give Type3 fonts a dedicated error message 2023-11-17 19:47:53 +00:00
PDFFont.h LibPDF: Remove unused PDFFont::type() 2023-11-17 19:47:53 +00:00
PS1FontProgram.cpp LibPDF: Implement support for callgsubr in CFF font programs 2023-10-18 10:50:32 -04:00
PS1FontProgram.h LibPDF: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
SimpleFont.cpp LibPDF: Don't crash on fixed-width type 1 fonts that use /MissingWidth 2023-10-23 09:33:03 -04:00
SimpleFont.h LibPDF: Don't crash on fixed-width type 1 fonts that use /MissingWidth 2023-10-23 09:33:03 -04:00
TrueTypeFont.cpp LibPDF: Don't crash on fixed-width type 1 fonts that use /MissingWidth 2023-10-23 09:33:03 -04:00
TrueTypeFont.h LibPDF: Remove unused PDFFont::type() 2023-11-17 19:47:53 +00:00
Type0Font.cpp LibPDF: Tolerate indirect references in Type0 /W array 2023-10-26 10:58:45 +02:00
Type0Font.h LibPDF: Remove unused PDFFont::type() 2023-11-17 19:47:53 +00:00
Type1Font.cpp LibPDF: Don't crash on fixed-width type 1 fonts that use /MissingWidth 2023-10-23 09:33:03 -04:00
Type1Font.h LibPDF: Remove unused PDFFont::type() 2023-11-17 19:47:53 +00:00
Type1FontProgram.cpp LibPDF: Change how CFF optional width prefix is stored 2023-11-14 10:10:34 +01:00
Type1FontProgram.h LibPDF: Change how CFF optional width prefix is stored 2023-11-14 10:10:34 +01:00