1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

LibPDF: Be louder about unimplemented CFF dict entries

This commit is contained in:
Nico Weber 2023-10-12 10:32:36 -04:00 committed by Andreas Kling
parent c825194fb9
commit 414a164850
2 changed files with 46 additions and 8 deletions

View file

@ -28,17 +28,24 @@ private:
FamilyName,
Weight,
FontBBox,
// UniqueID = 13,
// XUID,
UniqueID = 13,
XUID,
Charset = 15,
Encoding,
CharStrings,
Private,
// IsFixedPitch = (12 << 8 | 1),
// ItalicAngle,
// UnderlinePosition,
// UnderlineThickness,
// PaintType,
IsFixedPitch = (12 << 8 | 1),
ItalicAngle,
UnderlinePosition,
UnderlineThickness,
PaintType,
CharstringType,
FontMatrix,
StrokeWidth,
SyntheticBase = (12 << 8 | 20),
PostScript,
BaseFontName,
BaseFontBlend,
};
// CFF spec, "Table 23 Private DICT Operators"