summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Fonts/CFF.cpp
AgeCommit message (Expand)Author
2023-04-12Everywhere: Fix a few typosNico Weber
2023-03-02LibPDF: Detect CFF encodings with supplementsRodrigo Tobar
2023-02-13LibPDF: Add more built-in SIDsRodrigo Tobar
2023-02-08LibPDF: Add infrastructure for accented character glyphsRodrigo Tobar
2023-02-08LibPDF: Turn Glyph into a classRodrigo Tobar
2023-02-08LibPDF: Index Type1 glyphs by name, not char codeRodrigo Tobar
2023-02-02LibPDF: Simplify Encoding to align with simple font requirementsRodrigo Tobar
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-25LibPDF: Add initial CFF parsingRodrigo Tobar