mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-03-03 14:36:18 +02:00
generate-extraglyphs: Correct output
[why] We print two times the name of the output font, and never the name of the input font... [how] *cough* Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
869d6f9351
commit
40d82b0a0a
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 2.3.3
|
||||||
# Script Version: 1.0.0
|
# Script Version: 1.0.1
|
||||||
# Generates extrasymbols.sfd from Hack
|
# Generates extrasymbols.sfd from Hack
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@ -10,7 +10,7 @@ srcdir = '../../src'
|
|||||||
srcfont = 'unpatched-fonts/Hack/Regular/Hack-Regular.ttf'
|
srcfont = 'unpatched-fonts/Hack/Regular/Hack-Regular.ttf'
|
||||||
outfont = 'glyphs/extraglyphs.sfd'
|
outfont = 'glyphs/extraglyphs.sfd'
|
||||||
|
|
||||||
print('Opening {}'.format(outfont))
|
print('Opening {}'.format(srcfont))
|
||||||
font = fontforge.open(os.path.join(srcdir, srcfont))
|
font = fontforge.open(os.path.join(srcdir, srcfont))
|
||||||
|
|
||||||
font.selection.select(
|
font.selection.select(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user