summaryrefslogtreecommitdiff
path: root/src/font/Metrics.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-29Rewrite constraint code for improved icon scaling/alignmentDaniel Wennberg
2025-09-17Measure ascii height and use to upper bound ic_widthDaniel Wennberg
2025-09-05Fix off-by-one error & adjust overline pos in cell height mod (#8022)Mitchell Hashimoto
2025-08-10Revert "font/Metrics: remove original_cell_width, no longer needed"Qwerasd
2025-07-25font: clean up Collection api somewhatQwerasd
2025-07-22Rewrite comment for clarityDaniel Wennberg
2025-07-22Fix off-by-one error & adjust overline pos in cell height modDaniel Wennberg
2025-07-17Move face metric fallback estimates to the FaceMetric structDaniel Wennberg
2025-07-07font: add icon height to nerd font constraintsQwerasd
2025-07-07font/Metrics: remove original_cell_width, no longer neededQwerasd
2025-07-06fix(font): include line gap in `lineHeight` helperQwerasd
2025-07-06font: adjust fallback font sizes to match primary metricsQwerasd
2025-03-18ci: zig fmt checkMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-01-06refactor(font): move ownership of `Metrics` to `Collection`Qwerasd
2025-01-06refactor(font): move `Metrics` out of `face`Qwerasd