class ListNode
- supers: Node
Reference:
- Corresponding C source code: texnodes.c#L841-L851
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
ListNode.width
the width of the box
ListNode.height
the height of the box
ListNode.depth
the depth of the box
ListNode.shift
a displacement perpendicular to the character progression direction
ListNode.glue_order
ListNode.glue_set
ListNode.glue_sign
ListNode.head
ListNode.head : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
the first node of the body of this list
ListNode.list
ListNode.list : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
the first node of the body of this list