It is possible to use font-kit to render glyphs in an HTML5 canvas using WebAssembly (WASM)
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 840
- Forks
- 137
- Avg merge
- 4h 56m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only outlines two possible approaches: rendering text as glyph textures in an HTML5 canvas or using a downloaded font with FreeType WebAssembly. No files, entry points, or tests are named; first determine which approach the project can support and define a concrete completion criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, rust, wasm
- Domain
- computer-graphics, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100