summaryrefslogtreecommitdiff
path: root/src/font/face/web_canvas.zig
AgeCommit message (Expand)Author
2025-07-06font: remove unused fields from GlyphQwerasd
2025-01-06refactor(font): move `Metrics` out of `face`Qwerasd
2024-08-11spelling: normalize grey -> grayQwerasd
2024-05-09fix point size typeQwerasd
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-08-08Fix typosKevin Hovsäter
2023-07-03Change font metrics to all be integers, not floats.Mitchell Hashimoto
2023-07-01font: turn rasterization options into a struct, add thickenMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-12-12face: web canvas can render grapheme clustersMitchell Hashimoto
2022-12-12font: web canvas tracks glyph indexes for grapheme clustersMitchell Hashimoto
2022-12-07font: web canvas face has to render to check presentation for cpMitchell Hashimoto
2022-12-06font: web canvas can render emojiMitchell Hashimoto
2022-12-05font: fix some JS memory leaksMitchell Hashimoto
2022-12-05font: add 1 to the canvas glyph to avoid clippingMitchell Hashimoto
2022-12-05font: fix glyph offset calculations for renderMitchell Hashimoto
2022-12-05font: add method for drawing atlas to canvasMitchell Hashimoto
2022-12-05face: web canvas glyph rendering appears to work!Mitchell Hashimoto
2022-12-05font: working on rendering glyphs in canvasMitchell Hashimoto
2022-12-04calculate font metrics via canvasMitchell Hashimoto
2022-12-04hook up logging to wasm, example uses new zig-js packageMitchell Hashimoto
2022-12-04logging works for wasmMitchell Hashimoto
2022-12-03font: web canvas creates a canvas elementMitchell Hashimoto
2022-12-01blank out web canvas implMitchell Hashimoto
2022-12-01Start scaffolding web_canvas backendMitchell Hashimoto