ladybird/Userland/Libraries/LibPDF/Fonts
Nico Weber 934340d845 LibPDF: Add FIXME for CIDFontType2 creation
Move some code only needed for CIDFontType2 creation into a new
function and add a FIXME describing what needs to happen there.
2023-08-14 16:26:09 +02:00
..
CFF.cpp
CFF.h
PDFFont.cpp
PDFFont.h LibPDF: Don't ignore word_spacing 2023-07-22 12:24:29 -04:00
PS1FontProgram.cpp LibGfx: Use AntiAliasingPainter::fill_path() for drawing font glyphs 2023-07-10 20:56:25 +02:00
PS1FontProgram.h
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 LibGfx: Use AntiAliasingPainter::fill_path() for drawing font glyphs 2023-07-10 20:56:25 +02:00
Type1FontProgram.h