summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-07-21 15:10:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-07-21 16:05:37 -0600
commit080fa12741a18fec98da9055507320f562394f48 (patch)
treebb4d6760272ca5305941ed005105e16e69c7d886 /scripts
parent053b48d9bd8d6ed01f809bfefdf10338de830641 (diff)
close source font after switching to partially-generated font
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/subset-fonts.pe1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/subset-fonts.pe b/scripts/subset-fonts.pe
index d10c70de..00f78767 100755
--- a/scripts/subset-fonts.pe
+++ b/scripts/subset-fonts.pe
@@ -101,6 +101,7 @@ while (fi < num_copy_fonts)
# NOTE it shouldn't be necessary to write the file here, but for some reason it doesn't work otherwise in this script
Generate(new_filepath, "", genflags)
src_filepath = new_filepath
+ Close()
endif
Print("Stealing double arrows from M+ 1p...")
Open(mplus1p_src_filepath)