alphabeticBaseline property

double get alphabeticBaseline

The read-only alphabeticBaseline property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the alphabetic baseline of the line box, in CSS pixels.

Implementation

external double get alphabeticBaseline;