From b83d1cfacbcbbd695781e78a46a2ff77dcb84b89 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 1 Sep 2022 12:36:51 +0200 Subject: [PATCH] Create NerdFontsSymbolsOnly with proportional widths [why] The commit 59c45ba4e Remove negative bearings on 2048-em glyphs has been introduced to fix some problems with the symbols only font, at least from the commit message. That font is intended to be used in font-fallback situations, and so we do not know the advance width of the current font anyhow. It does not make sense to enforce an advance width with these. [how] Create the NerdFontsSymbolsOnly as if 59c45ba4e would be still in effect, i.e. with variable advance width. [note] There have been a lot discussions about the reverted commit, some can be found here: * #900 * #764 * #731 Signed-off-by: Fini Jastrow --- src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg b/src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg index fe1bf31378..e96c2cf4cc 100755 --- a/src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg +++ b/src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg @@ -1 +1 @@ -config_patch_flags="--ext ttf" +config_patch_flags="--ext ttf --variable-width-glyphs"