mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
LibPDF: Be louder about unimplemented CFF dict entries
This commit is contained in:
parent
c825194fb9
commit
414a164850
2 changed files with 46 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue