font-kit
font-kit copied to clipboard
It is possible to use font-kit to render glyphs in an HTML5 canvas using WebAssembly (WASM)
I got two solution
- might use text rendered in canvas as glyph texture. no font need to be downloaded.
- might use downloaded font file with freetype wasm to raster the font.