Contents

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.

See Also

Examining Font Metrics