fontBBox
Returns the bounding box of a font.
Declaration
var fontBBox: CGRect { get }Discussion
The font bounding box is the union of all of the bounding boxes for all the glyphs in a font. The value is specified in glyph space units.
Returns the bounding box of a font.
var fontBBox: CGRect { get }The font bounding box is the union of all of the bounding boxes for all the glyphs in a font. The value is specified in glyph space units.