index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
font
/
face
/
web_canvas.zig
Age
Commit message (
Expand
)
Author
2025-07-06
font: remove unused fields from Glyph
Qwerasd
2025-01-06
refactor(font): move `Metrics` out of `face`
Qwerasd
2024-08-11
spelling: normalize grey -> gray
Qwerasd
2024-05-09
fix point size type
Qwerasd
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-08-08
Fix typos
Kevin Hovsäter
2023-07-03
Change font metrics to all be integers, not floats.
Mitchell Hashimoto
2023-07-01
font: turn rasterization options into a struct, add thicken
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2022-12-12
face: web canvas can render grapheme clusters
Mitchell Hashimoto
2022-12-12
font: web canvas tracks glyph indexes for grapheme clusters
Mitchell Hashimoto
2022-12-07
font: web canvas face has to render to check presentation for cp
Mitchell Hashimoto
2022-12-06
font: web canvas can render emoji
Mitchell Hashimoto
2022-12-05
font: fix some JS memory leaks
Mitchell Hashimoto
2022-12-05
font: add 1 to the canvas glyph to avoid clipping
Mitchell Hashimoto
2022-12-05
font: fix glyph offset calculations for render
Mitchell Hashimoto
2022-12-05
font: add method for drawing atlas to canvas
Mitchell Hashimoto
2022-12-05
face: web canvas glyph rendering appears to work!
Mitchell Hashimoto
2022-12-05
font: working on rendering glyphs in canvas
Mitchell Hashimoto
2022-12-04
calculate font metrics via canvas
Mitchell Hashimoto
2022-12-04
hook up logging to wasm, example uses new zig-js package
Mitchell Hashimoto
2022-12-04
logging works for wasm
Mitchell Hashimoto
2022-12-03
font: web canvas creates a canvas element
Mitchell Hashimoto
2022-12-01
blank out web canvas impl
Mitchell Hashimoto
2022-12-01
Start scaffolding web_canvas backend
Mitchell Hashimoto