LibPDF: Implement support for vertical text for Type0

For Identity-V only for now.
This commit is contained in:
Nico Weber 2024-03-01 10:44:29 -05:00 committed by Andreas Kling
commit c69797fda9
Notes: sideshowbarker 2024-07-17 02:56:25 +09:00
5 changed files with 65 additions and 11 deletions

View file

@ -13,5 +13,6 @@ ENUMERATE_COMMON_NAMES(ENUMERATE)
#undef ENUMERATE
DeprecatedFlyString CommonNames::IdentityH = "Identity-H";
DeprecatedFlyString CommonNames::IdentityV = "Identity-V";
}