mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibPDF/CFF: Add enum values for CID-keyed font top dict entries
No behavior change.
This commit is contained in:
parent
6df0150671
commit
6ebddab448
2 changed files with 21 additions and 0 deletions
|
@ -47,6 +47,17 @@ private:
|
|||
PostScript,
|
||||
BaseFontName,
|
||||
BaseFontBlend,
|
||||
|
||||
// CFF spec, "Table 10 CIDFont Operator Extensions"
|
||||
RegistryOrderingSupplement = (12 << 8 | 30),
|
||||
CIDFontVersion,
|
||||
CIDFontRevision,
|
||||
CIDFontType,
|
||||
CIDCount,
|
||||
UIDBase,
|
||||
FDArray,
|
||||
FDSelect,
|
||||
FontName,
|
||||
};
|
||||
|
||||
// CFF spec, "Table 23 Private DICT Operators"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue