RECORD [
boundbox: ImagerFont.Extents, -- size of bounding box( what type should this be)
offset: Vector.VEC; -- offset from origin of parent box
subBoxes: LIST OF BoxTree.BOXTREE, -- list of boxes bound by this box
parentBox: BoxTree.BOXTREE, -- parent bounding box
style: BoxTree.STYLE,
expression: EXPR -- pointer to expression bound by this box
];