1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:47:46 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Nico Weber 46fd6fdfa3 LibPDF: Read Global subr data in CFF reader
This was the last piece of data we didn't read yet.
(We also don't yet support multiple fonts per CFF, but I haven't
found a PDF using that yet.)

We still don't do anything with it, but now we at least print a
warning if this data is there and we ignore it.
2023-10-18 11:02:10 +02:00
..
CFF.cpp LibPDF: Read Global subr data in CFF reader 2023-10-18 11:02:10 +02:00
CFF.h LibPDF: Implement CFF supplemental encoding 2023-10-17 10:21:38 +02:00
PDFFont.cpp LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
PDFFont.h LibPDF: Don't ignore word_spacing 2023-07-22 12:24:29 -04:00
PS1FontProgram.cpp LibPDF: Make Subrs optional in PS1FontProgram 2023-10-18 11:00:02 +02:00
PS1FontProgram.h LibPDF: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
SimpleFont.cpp LibPDF: Don't ignore word_spacing 2023-07-22 12:24:29 -04:00
SimpleFont.h LibPDF: Don't ignore word_spacing 2023-07-22 12:24:29 -04:00
TrueTypeFont.cpp LibPDF: Resize fonts when the text and line matrices change 2023-07-20 06:56:41 +01:00
TrueTypeFont.h LibPDF: Resize fonts when the text and line matrices change 2023-07-20 06:56:41 +01:00
Type0Font.cpp LibPDF: Add FIXME for CIDFontType2 creation 2023-08-14 16:26:09 +02:00
Type0Font.h LibPDF: Sketch out Type0 font support some more 2023-07-25 12:10:36 +02:00
Type1Font.cpp LibPDF: Include width in Type1Font glyph cache key 2023-07-21 07:01:09 +02:00
Type1Font.h LibPDF: Include width in Type1Font glyph cache key 2023-07-21 07:01:09 +02:00
Type1FontProgram.cpp LibPDF: Fix sign (and fixed point) in glyph decoding opcode 24 2023-10-16 08:33:35 +02:00
Type1FontProgram.h LibPDF: Increase argument stack for Type1FontPrograms 2023-03-02 12:18:53 +01:00