mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibPDF: Implement support for vertical text for Type0
For Identity-V only for now.
This commit is contained in:
parent
6348a857ea
commit
c69797fda9
Notes:
sideshowbarker
2024-07-17 02:56:25 +09:00
Author: https://github.com/nico
Commit: c69797fda9
Pull-request: https://github.com/SerenityOS/serenity/pull/23417
5 changed files with 65 additions and 11 deletions
|
@ -13,5 +13,6 @@ ENUMERATE_COMMON_NAMES(ENUMERATE)
|
|||
#undef ENUMERATE
|
||||
|
||||
DeprecatedFlyString CommonNames::IdentityH = "Identity-H";
|
||||
DeprecatedFlyString CommonNames::IdentityV = "Identity-V";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue