Skip to content

Commit

Permalink
Create NerdFontsSymbolsOnly with proportional widths
Browse files Browse the repository at this point in the history
[why]
The commit
  59c45ba  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 59c45ba 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 <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Sep 1, 2022
1 parent a04a0ec commit c425a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unpatched-fonts/NerdFontsSymbolsOnly/config.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
config_patch_flags="--ext ttf"
config_patch_flags="--ext ttf --variable-width-glyphs"

0 comments on commit c425a80

Please sign in to comment.