mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
LibPDF: Call dbgln() for unimplemented flex upcodes
This commit is contained in:
parent
e484fae8e1
commit
4cc24548f6
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/nico
Commit: 4cc24548f6
Pull-request: https://github.com/SerenityOS/serenity/pull/21628
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ PDFErrorOr<Type1FontProgram::Glyph> Type1FontProgram::parse_glyph(ReadonlyBytes
|
|||
case Hflex1:
|
||||
case Flex1:
|
||||
// TODO: implement these
|
||||
dbgln_if(PDF_DEBUG, "Unimplemented flex: 12 {}", data[i]);
|
||||
state.sp = 0;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue