1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
2023-12-16 12:39:56 +01: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: Add some scaffolding for type 3 fonts 2023-11-17 19:47:53 +00:00
PDFFont.h LibPDF: Pass Renderer to PDFFont::draw_string() 2023-11-17 19:47:53 +00:00
PS1FontProgram.cpp LibPDF: Replace if (a) VERIFY(0) with VERIFY(!a) 2023-12-16 12:39:56 +01:00
PS1FontProgram.h LibPDF: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
SimpleFont.cpp LibPDF: Pass Renderer to SimpleFont::draw_glyph() 2023-11-17 19:47:53 +00:00
SimpleFont.h LibPDF: Pass Renderer to SimpleFont::draw_glyph() 2023-11-17 19:47:53 +00:00
TrueTypeFont.cpp LibPDF: Use Variant<Color, PaintStyle> instead of Color for ColorSpaces 2023-12-10 16:44:24 +01:00
TrueTypeFont.h LibPDF: Pass Renderer to SimpleFont::draw_glyph() 2023-11-17 19:47:53 +00:00
Type0Font.cpp LibPDF: Pass Renderer to PDFFont::draw_string() 2023-11-17 19:47:53 +00:00
Type0Font.h LibPDF: Pass Renderer to PDFFont::draw_string() 2023-11-17 19:47:53 +00:00
Type1Font.cpp LibPDF: Use Variant<Color, PaintStyle> instead of Color for ColorSpaces 2023-12-10 16:44:24 +01:00
Type1Font.h LibPDF: Pass Renderer to SimpleFont::draw_glyph() 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
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