Idris2Doc : Web.Canvas.Scene

Web.Canvas.Scene

(source)

Definitions

actualBoundingBoxAscent : TextMetrics->Double
actualBoundingBoxDescent : TextMetrics->Double
actualBoundingBoxLeft : TextMetrics->Double
actualBoundingBoxRight : TextMetrics->Double
alphabeticBaseline : TextMetrics->Double
emHeightAscent : TextMetrics->Double
emHeightDescent : TextMetrics->Double
fontBoundingBoxAscent : TextMetrics->Double
fontBoundingBoxDescent : TextMetrics->Double
hangingBaseline : TextMetrics->Double
ideographicBaseline : TextMetrics->Double
width : TextMetrics->Double
measureText : CanvasText=>CanvasDirection->CanvasTextAlign->CanvasTextBaseline->String->String->IO1TextMetrics
  Compute the `TextMetrics` for the given text in the given font.

Totality: total
Visibility: export
save : CanvasState=>IO1 ()
Totality: total
Visibility: export
restore : CanvasState=>IO1 ()
Totality: total
Visibility: export