Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
someone told me that WotLK does not support modern typography...
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Feb 29, 2020
1 parent 301ef85 commit 5a7afcc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def ParamToArgument(conf):
)
makefile["rule"]["build/nowar/{}.ttf".format(GenerateFilename(param))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(param))],
"command": [ "otfccbuild -q -O3 --stub-cmap4 --keep-average-char-width $< -o $@" ]
"command": [ "otfccbuild -q -O3 --keep-average-char-width $< -o $@" ]
}
dep = ResolveDependency(param)
makefile["rule"]["build/nowar/{}.otd".format(GenerateFilename(param))] = {
Expand Down Expand Up @@ -578,7 +578,7 @@ def ParamToArgument(conf):
)
makefile["rule"]["build/nowar/{}.ttf".format(GenerateFilename(enc))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(enc))],
"command": [ "otfccbuild -q -O3 --stub-cmap4 --keep-average-char-width $< -o $@" ]
"command": [ "otfccbuild -q -O3 --keep-average-char-width $< -o $@" ]
}
makefile["rule"]["build/nowar/{}.otd".format(GenerateFilename(enc))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(param))],
Expand All @@ -597,7 +597,7 @@ def ParamToArgument(conf):
)
makefile["rule"]["build/nowar/{}.ttf".format(GenerateFilename(param))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(param))],
"command": [ "otfccbuild -q -O3 --stub-cmap4 --keep-average-char-width $< -o $@" ]
"command": [ "otfccbuild -q -O3 --keep-average-char-width $< -o $@" ]
}
dep = ResolveDependency(param)
makefile["rule"]["build/nowar/{}.otd".format(GenerateFilename(param))] = {
Expand Down Expand Up @@ -644,7 +644,7 @@ def ParamToArgument(conf):
)
makefile["rule"]["build/nowar/{}.ttf".format(GenerateFilename(enc))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(enc))],
"command": [ "otfccbuild -q -O3 --stub-cmap4 --keep-average-char-width $< -o $@" ]
"command": [ "otfccbuild -q -O3 --keep-average-char-width $< -o $@" ]
}
makefile["rule"]["build/nowar/{}.otd".format(GenerateFilename(enc))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(param))],
Expand All @@ -661,7 +661,7 @@ def ParamToArgument(conf):
)
makefile["rule"]["build/nowar/{}.ttf".format(GenerateFilename(param))] = {
"depend": ["build/nowar/{}.otd".format(GenerateFilename(param))],
"command": [ "otfccbuild -q -O3 --stub-cmap4 --keep-average-char-width $< -o $@" ]
"command": [ "otfccbuild -q -O3 --keep-average-char-width $< -o $@" ]
}
dep = ResolveDependency(param)
makefile["rule"]["build/nowar/{}.otd".format(GenerateFilename(param))] = {
Expand Down

0 comments on commit 5a7afcc

Please sign in to comment.