add glyph widths to fontMetricsData.js (#1032)

This commit is contained in:
Kevin Barabash
2017-12-22 13:10:11 -07:00
committed by GitHub
parent 522b238e20
commit d19ac4029a
2 changed files with 1960 additions and 1963 deletions

View File

@@ -121,9 +121,6 @@ PERL=perl
PYTHON=$(shell python2 --version >/dev/null 2>&1 && echo python2 || echo python)
metrics:
cd metrics && $(PERL) ./mapping.pl | $(PYTHON) ./extract_tfms.py | $(PYTHON) ./extract_ttfs.py | $(PYTHON) ./format_json.py > ../src/fontMetricsData.js
extended_metrics:
cd metrics && $(PERL) ./mapping.pl | $(PYTHON) ./extract_tfms.py | $(PYTHON) ./extract_ttfs.py | $(PYTHON) ./format_json.py --width > ../src/fontMetricsData.js
clean:

File diff suppressed because it is too large Load Diff