bbox = font:GetBBox()
font:GetBBox()
gets the bounding box of the font. This returns a table
that has the left
, top
, right
, and bottom
fields initialized. On success,
the fields are set to the font's bounding box, otherwise all fields are 0.