Name
font:GetBBox -- get font bounding box
Synopsis
bbox = font:GetBBox()
Function
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.

Inputs
none

Results
bbox
font's bounding box

Show TOC