grobwidth(grob) and grobheight(grob) return a vl_unit() equal to the drawn
width/height of grob — handy for sizing a vl_viewport() or grid_layout()
track to its contents (e.g. a margin to an axis label). The extent is measured
eagerly to absolute millimetres at construction, so it is exact for text
and absolute-unit (mm/in/pt) grobs. A grob sized in npc/native has no
viewport-independent extent and is measured against a fixed reference, so for
those prefer npc/native directly.
