alias GlyphNodeSubtype
(alias) GlyphNodeSubtype = (0|1|2|3|4)
| 0 -- character
| 1 -- ligature
| 2 -- ghost
| 3 -- left
| 4 -- right
Reference:
- Corresponding C source code: texnodes.c#L613-L618
😱 Types incomplete or incorrect? 🙏 Please contribute!