1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:27:35 +00:00

LibPDF: Add Type0 and TrueType fonts

This commit is contained in:
Matthew Olsson 2022-03-25 08:19:34 -07:00 committed by Andreas Kling
parent e831c374f4
commit 4d0f74a15c
9 changed files with 252 additions and 0 deletions

View file

@ -12,4 +12,6 @@ namespace PDF {
ENUMERATE_COMMON_NAMES(ENUMERATE)
#undef ENUMERATE
FlyString CommonNames::IdentityH = "Identity-H";
}