mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +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
5 changed files with 65 additions and 11 deletions
|
@ -206,7 +206,9 @@ public:
|
|||
ENUMERATE_COMMON_NAMES(ENUMERATE)
|
||||
#undef ENUMERATE
|
||||
|
||||
// Special cases where the string value isn't identical to the name.
|
||||
static DeprecatedFlyString IdentityH;
|
||||
static DeprecatedFlyString IdentityV;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue