summaryrefslogtreecommitdiff
path: root/src/font/sprite/canvas.zig
AgeCommit message (Expand)Author
2025-07-05font/sprite: no more margin in atlas regionQwerasd
2025-06-30font/sprite: rework sprite font drawingQwerasd
2025-05-26style: use decl literalsQwerasd
2025-04-26z2d context no longer has err returnrhodes-b
2024-12-23font/sprite: fix z2d StaticPath accounting + undefined useQwerasd
2024-12-22deps: update z2d to v0.4.0Qwerasd
2024-11-29font/sprite: add missing chevron powerline fontsMike Hartington
2024-10-15font: use explicit error sets where we canMitchell Hashimoto
2024-10-15font/sprite: clarify logMitchell Hashimoto
2024-10-15font/sprite: address PR review feedbackQwerasd
2024-10-14font/sprite: replace pixman with z2d, extend Box coverageQwerasd
2024-09-29font/sprite: bounds checking for pixel writes on PixmanMitchell Hashimoto
2024-08-11spelling: normalize grey -> grayQwerasd
2024-02-24font/sprite: rect must be smaller than canvas dimsMitchell Hashimoto
2024-02-24font/sprite: test for thick underline, assertion on x/y for rectMitchell Hashimoto
2023-11-30Update to latest master,Krzysztof Wolicki
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-10-29feat: update undercurl with antialiasingMatthew Winter
2023-07-01sprite: all rasterized sprites should have a 1px paddingMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-05-07update zig versionMitchell Hashimoto
2022-12-13font: web canvas sprite trapezoidMitchell Hashimoto
2022-12-13font: web canvas sprite font can compositeMitchell Hashimoto
2022-12-13font: web canvas sprite font can write to atlasMitchell Hashimoto
2022-12-13font: web canvas rect sprite funcMitchell Hashimoto
2022-12-13font: mostly empty web canvas sprite renderer, but compilesMitchell Hashimoto
2022-12-13font: remove getData from canvasMitchell Hashimoto
2022-12-13font: Box font uses canvas abstractionMitchell Hashimoto
2022-12-13font: start converting Box font to our abstract canvas interfaceMitchell Hashimoto