summaryrefslogtreecommitdiff
path: root/src/font/sprite.zig
AgeCommit message (Expand)Author
2025-06-30font/sprite: add explicit underline cursorQwerasd
2025-06-30font/sprite: rework sprite font drawingQwerasd
2024-10-21implement overline decoration (SGR 53/55)Marijn Besseling
2024-10-14font/sprite: replace pixman with z2d, extend Box coverageQwerasd
2024-08-16font: yeet usingnsMitchell Hashimoto
2024-04-22font: strikethrough uses sprite renderingMitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-03-04Use procedurally generated sprites for cursors rather than shadersMitchell Hashimoto
2023-03-04don't need to set all sprite values in enumMitchell Hashimoto
2022-12-13font: start converting Box font to our abstract canvas interfaceMitchell Hashimoto
2022-11-27curly underlinesMitchell Hashimoto
2022-11-27dashed underlinesMitchell Hashimoto
2022-11-27font: render dotted underlinesMitchell Hashimoto
2022-11-27font: draw single and double underlines as spritesMitchell Hashimoto
2022-11-27font: introduce Canvas, start converting BoxMitchell Hashimoto
2022-11-27rearrange box rendering to prepare for more sprite drawingMitchell Hashimoto