Replies: 4 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
$ grep WARNING font-patcher-log.txt | sort | uniq | wc -l
591 😬 evaluating Hmm, this looks like a false positive:
The cell width is 1233 and the glyph is 1233, why is it assuming it should be 1110? New bug in the debugging messages of the script? No, wait... if int(xmax - xmin) > self.font_dim['width'] * (1 + (overlap or 0)):
logger.warning("Scaled glyph %X wider than one monospace width (%d / %d (overlap %s))",
currentSourceFontGlyph, int(xmax - xmin), self.font_dim['width'], repr(overlap)) Ah, it calculates to |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Todo list: https://github.com/ryanoasis/nerd-fonts/milestone/32
Beta Was this translation helpful? Give feedback.
All reactions