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

LibPDF: Implement StitchingFunction creation

This commit is contained in:
Nico Weber 2023-11-10 12:59:21 +01:00 committed by Andreas Kling
parent a3399fa13a
commit ba34ddeb21
2 changed files with 88 additions and 1 deletions

View file

@ -22,6 +22,7 @@
X(BaseFont) \
X(BitsPerComponent) \
X(BlackPoint) \
X(Bounds) \
X(C) \
X(C0) \
X(C1) \
@ -59,6 +60,7 @@
X(Differences) \
X(Domain) \
X(E) \
X(Encode) \
X(Encoding) \
X(Encrypt) \
X(EncryptMetadata) \
@ -83,6 +85,7 @@
X(FontFile2) \
X(FontFile3) \
X(FunctionType) \
X(Functions) \
X(Gamma) \
X(H) \
X(Height) \