Merge pull request #51 from JuliaLang/cjh/unifont8

Update character widths from Unifont 8.0.01
This commit is contained in:
Steven G. Johnson 2015-07-06 11:09:20 -04:00
commit c35d1bf646
2 changed files with 2706 additions and 2668 deletions

View File

@ -22,8 +22,8 @@ URLCACHE=https://cache.e.ip.saba.us/
utf8proc_data.c.new: data_generator.rb UnicodeData.txt GraphemeBreakProperty.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt CharWidths.txt
$(RUBY) data_generator.rb < UnicodeData.txt > $@
# GNU Unifont version for font-metric calculations:
UNIFONT_VERSION=7.0.06
# GNU Unifont version for font metric calculations:
UNIFONT_VERSION=8.0.01
unifont-$(UNIFONT_VERSION).ttf:
$(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)http://unifoundry.com/pub/unifont-$(UNIFONT_VERSION)/font-builds/unifont-$(UNIFONT_VERSION).ttf

File diff suppressed because it is too large Load Diff