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

LibPDF: Implement SampledFunction::create()

This commit is contained in:
Nico Weber 2023-11-05 19:21:45 +01:00 committed by Sam Atkins
parent 2520c46224
commit fd1876441a
2 changed files with 116 additions and 1 deletions

View file

@ -21,6 +21,7 @@
X(BaseEncoding) \
X(BaseFont) \
X(BitsPerComponent) \
X(BitsPerSample) \
X(BlackPoint) \
X(Bounds) \
X(C) \
@ -129,6 +130,7 @@
X(OE) \
X(OP) \
X(OPM) \
X(Order) \
X(Ordering) \
X(Outlines) \
X(P) \
@ -152,6 +154,7 @@
X(SM) \
X(SMask) \
X(Separation) \
X(Size) \
X(StmF) \
X(StrF) \
X(Subject) \