1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

LibPDF: Add support for builtin and custom Encodings

This commit is contained in:
Matthew Olsson 2022-03-08 12:04:07 -07:00 committed by Andreas Kling
parent 1f9aed2617
commit 8441fa2bc4
4 changed files with 819 additions and 0 deletions

View file

@ -15,6 +15,7 @@
V(BG) \
V(BG2) \
V(BM) \
V(BaseEncoding) \
V(BaseFont) \
V(BlackPoint) \
V(C) \
@ -33,6 +34,7 @@
V(DeviceCMYK) \
V(DeviceGray) \
V(DeviceRGB) \
V(Differences) \
V(E) \
V(ExtGState) \
V(F) \