CanvasMetrics
Defined in: src/driver/web/canvas-renderer.ts:65
Pixel geometry of one cell, derived by measuring the font.
Properties
Section titled “Properties”baseline
Section titled “baseline”baseline:
number
Defined in: src/driver/web/canvas-renderer.ts:75
Baseline offset from the cell top, in px. Measured from the full-block glyph
█ (which fills the cell), so text sits on the font’s true baseline rather
than a guessed line-height ratio. See measureCellFromBlock.
cellHeight
Section titled “cellHeight”cellHeight:
number
Defined in: src/driver/web/canvas-renderer.ts:69
Cell height in px.
cellWidth
Section titled “cellWidth”cellWidth:
number
Defined in: src/driver/web/canvas-renderer.ts:67
Cell width in px.