Type aliases
FontAtlasMap
FontAtlasMap: { h: number; nh: number; nw: number; w: number; x: number; y: number }
Type declaration
h: number
nh: number
nw: number
w: number
x: number
y: number
FontAtlasParams
FontAtlasProps
FontFamily
FontFamily: "sans-serif" | "monospace" | "serif" | "cursive"
FontStyle
FontStyle: "normal" | "italic" | "oblique"
FontVariant
FontVariant: "normal" | "small-caps"
FontWeight
FontWeight: "normal" | "bold"