Adds contextual alternates for [] () {} when enclosing upper-case characters
This commit is contained in:
parent
c976260ba5
commit
0945b58f8f
25 changed files with 503 additions and 143 deletions
3
Makefile
3
Makefile
|
|
@ -13,7 +13,8 @@ VERSION := $(shell misc/version.py)
|
|||
# all styles and alias targets
|
||||
include build/etc/generated.make
|
||||
|
||||
res_files := src/fontbuild.cfg src/diacritics.txt src/glyphlist.txt src/glyphorder.txt
|
||||
res_files := src/fontbuild.cfg src/diacritics.txt src/glyphlist.txt \
|
||||
src/glyphorder.txt src/features.fea
|
||||
|
||||
# UFO -> TTF & OTF (note that UFO deps are defined by generated.make)
|
||||
build/tmp/InterfaceTTF/Interface-%.ttf: $(res_files)
|
||||
|
|
|
|||
Reference in a new issue