API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeFontWeight

@codexo/exojs / rendering / stable

Font weight values accepted by CSS / Canvas 2D.

0
props
0
methods
0
events
Import
import { FontWeight } from '@codexo/exojs'

Font weight values accepted by CSS / Canvas 2D.

Definition1
"100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | "bold" | "normal"
Source