mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibPDF: Don't log CFF Copyright tag as unknown
This commit is contained in:
parent
f32764975a
commit
04aec4a032
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/nico
Commit: 04aec4a032
Pull-request: https://github.com/SerenityOS/serenity/pull/21532
2 changed files with 3 additions and 1 deletions
|
@ -140,6 +140,7 @@ PDFErrorOr<NonnullRefPtr<CFF>> CFF::create(ReadonlyBytes const& cff_bytes, RefPt
|
|||
case TopDictOperator::FontBBox:
|
||||
case TopDictOperator::UniqueID:
|
||||
case TopDictOperator::XUID:
|
||||
case TopDictOperator::Copyright:
|
||||
case TopDictOperator::IsFixedPitch:
|
||||
case TopDictOperator::ItalicAngle:
|
||||
case TopDictOperator::UnderlinePosition:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue