Now font.patel contains only inportings

This commit is contained in:
Belleve Invis 2015-07-20 17:54:08 +08:00
parent a7182d4057
commit 68c2ed0c7d
3 changed files with 451 additions and 1728 deletions

830
font.js

File diff suppressed because it is too large Load diff

1340
font.patel

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,11 @@
JSFILES = font.js support/glyph.js support/stroke.js JSFILES = support/glyph.js support/stroke.js
all : $(JSFILES) all : $(JSFILES) font.js
$(JSFILES) : $(JSFILES) :
patel-c $< -o $@ patel-c $< -o $@
font.js : font.patel font.js : font.patel glyphs/latin-capital.patel glyphs/latin-lower.patel
cat $^ | patel-c -o $@
support/glyph.js : support/glyph.patel support/glyph.js : support/glyph.patel
support/stroke.js : support/stroke.patel support/stroke.js : support/stroke.patel