alias NoadNodeSubtype
(alias) NoadNodeSubtype = (0|1|2|3|4|5|6|7|8|9...)
| 0 -- ord
| 1 -- opdisplaylimits
| 2 -- oplimits
| 3 -- opnolimits
| 4 -- bin
| 5 -- rel
| 6 -- open
| 7 -- close
| 8 -- punct
| 9 -- inner
| 10 -- under
| 11 -- over
| 12 -- vcenter
Reference:
- Corresponding C source code: texnodes.c#L672-L684
😱 Types incomplete or incorrect? 🙏 Please contribute!