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

LibPDF: Don't log CFF Copyright tag as unknown

This commit is contained in:
Nico Weber 2023-10-21 11:21:14 -04:00 committed by Andreas Kling
parent f32764975a
commit 04aec4a032
2 changed files with 3 additions and 1 deletions

View file

@ -34,7 +34,8 @@ private:
Encoding,
CharStrings,
Private,
IsFixedPitch = (12 << 8 | 1),
Copyright = (12 << 8),
IsFixedPitch,
ItalicAngle,
UnderlinePosition,
UnderlineThickness,