actualBoundingBoxRight property

double get actualBoundingBoxRight

The read-only actualBoundingBoxRight property of the TextMetrics interface is a double giving the distance parallel to the baseline from the alignment point given by the CanvasRenderingContext2D.textAlign property to the right side of the bounding rectangle of the given text, in CSS pixels.

Implementation

external double get actualBoundingBoxRight;