Skip to main content
Module

x/canvas/src/canvaskit.ts>FontWeightEnumValues

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface FontWeightEnumValues
implements EmbindEnum
import { type FontWeightEnumValues } from "https://deno.land/x/canvas@v1.4.1/src/canvaskit.ts";

Properties

Invisible: FontWeight
Thin: FontWeight
ExtraLight: FontWeight
Light: FontWeight
Normal: FontWeight
Medium: FontWeight
SemiBold: FontWeight
Bold: FontWeight
ExtraBold: FontWeight
Black: FontWeight
ExtraBlack: FontWeight