alias PdfLiteralModes
(alias) PdfLiteralModes = (0|1|2|3|4|5|6)
| 0 -- `origin`
| 1 -- `page`
| 2 -- `direct`
| 3 -- `raw`
| 4 -- `text`
| 5 -- `font`
| 6 -- `special`
Reference:
- Corresponding C source code: texnodes.c#L1082-L1088
😱 Types incomplete or incorrect? 🙏 Please contribute!