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

LibPDF: Add some CIDFontType0C scaffolding

No real behavior change. We don't actually load the CFF data yet
(blocked on #23136 and some more), and we don't have drawing code
yet, and Type0Font::draw_string() doesn't do any drawing yet.

But it's a step in the right direction.
This commit is contained in:
Nico Weber 2024-02-11 21:41:05 -05:00 committed by Jelle Raaijmakers
parent 95d91a37d2
commit 6df0150671
2 changed files with 44 additions and 1 deletions

View file

@ -32,6 +32,7 @@
X(CF) \
X(CFM) \
X(CIDFontType0) \
X(CIDFontType0C) \
X(CIDFontType2) \
X(CIDSystemInfo) \
X(CIDToGIDMap) \