1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

LibPDF: Load a few values off a type 3 font dictionary

This commit is contained in:
Nico Weber 2023-11-14 09:32:29 -05:00 committed by Sam Atkins
parent 9632d8ee49
commit e0c0864ddf
3 changed files with 51 additions and 2 deletions

View file

@ -37,6 +37,7 @@
X(CIDFontType2) \
X(CIDSystemInfo) \
X(CIDToGIDMap) \
X(CharProcs) \
X(Colors) \
X(ColorSpace) \
X(Columns) \
@ -86,6 +87,7 @@
X(FontFile) \
X(FontFile2) \
X(FontFile3) \
X(FontMatrix) \
X(FunctionType) \
X(Functions) \
X(Gamma) \