Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvaseno/mod.ts>TextMetrics

Canvas API for deno
Latest
interface TextMetrics
import { type TextMetrics } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

Properties

actualBoundingBoxAscent: number
actualBoundingBoxDescent: number
actualBoundingBoxLeft: number
actualBoundingBoxRight: number
alphabeticBaseline: number
emHeightAscent: number
emHeightDescent: number
fontBoundingBoxAscent: number
fontBoundingBoxDescent: number
hangingBaseline: number
ideographicBaseline: number
width: number