Skip to content

Commit

Permalink
Merge pull request #51 from JuliaLang/cjh/unifont8
Browse files Browse the repository at this point in the history
Update character widths from Unifont 8.0.01
  • Loading branch information
stevengj committed Jul 6, 2015
2 parents 7d52470 + cfa7c96 commit c35d1bf
Show file tree
Hide file tree
Showing 2 changed files with 2,769 additions and 2,731 deletions.
4 changes: 2 additions & 2 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit c35d1bf

Please sign in to comment.