fontBoundingBoxDescent property

double get fontBoundingBoxDescent

The read-only fontBoundingBoxDescent property of the TextMetrics interface returns the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline attribute to the bottom of the bounding rectangle of all the fonts used to render the text, in CSS pixels.

Implementation

external double get fontBoundingBoxDescent;