mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibPDF: Support all Dest types
This commit is contained in:
parent
b240d23a87
commit
e9342183f0
3 changed files with 57 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Matthew Olsson <mattco@serenityos.org>
|
||||
* Copyright (c) 2021-2022, Matthew Olsson <mattco@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -29,6 +29,7 @@
|
|||
V(D) \
|
||||
V(DCTDecode) \
|
||||
V(Dest) \
|
||||
V(Dests) \
|
||||
V(DeviceCMYK) \
|
||||
V(DeviceGray) \
|
||||
V(DeviceRGB) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue