feat(font): use block glyphs and tweak char height

This commit is contained in:
2025-03-19 21:00:25 -04:00
parent c2f95a6415
commit 13cb45d806
+6 -1
View File
@@ -36,8 +36,13 @@ local opts = {
-- Resize by cell -- Resize by cell
use_resize_increments = true, use_resize_increments = true,
-- Use custom block glyphs
custom_block_glyphs = true,
use_cap_height_to_scale_fallback_fonts = true,
-- Ignore any missing glyphs -- Ignore any missing glyphs
warn_about_missing_glyphs = false, -- warn_about_missing_glyphs = false,
} }
return opts return opts