1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-25 20:18:01 +02:00

Updates paths used due to re-organizing of files

This commit is contained in:
Ryan L McIntyre 2016-10-29 16:51:08 -04:00
parent 8453a54b50
commit c04aea8c4f

View File

@ -553,7 +553,7 @@ for patch in PATCH_SET:
if symfont:
symfont.close()
symfont = None
symfont = fontforge.open("glyph-source-fonts/"+patch['Filename'])
symfont = fontforge.open("src/glyphs/"+patch['Filename'])
# Match the symbol font size to the source font size
symfont.em = sourceFont.em
PreviousSymbolFilename = patch['Filename']
@ -573,5 +573,4 @@ if symfont:
# '.comment' and '.fontlog'.
sourceFont.generate(args.outputdir + "/" + sourceFont.fullname + extension, flags=('opentype', 'PfEd-comments'))
print "Generated"
print sourceFont.fullname
print "Generated: " + sourceFont.fullname