mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Workflow for building release candidate
* debug font patcher version
This commit is contained in:
parent
26befdd2bf
commit
fc8a4fb74e
@ -68,6 +68,9 @@ class font_patcher:
|
||||
|
||||
|
||||
def patch(self):
|
||||
|
||||
print("{} Patcher v{} executing\n".format(projectName, version))
|
||||
|
||||
if self.args.single:
|
||||
# Force width to be equal on all glyphs to ensure the font is considered monospaced on Windows.
|
||||
# This needs to be done on all characters, as some information seems to be lost from the original font file.
|
||||
|
Loading…
Reference in New Issue
Block a user