feat(font): use block glyphs and tweak char height
This commit is contained in:
+6
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user