summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-22 15:04:07 -0700
committerjamesgk <jamesgk19@gmail.com>2015-04-22 15:04:07 -0700
commita6c0f6b5c70a1988e968c00e19fc42622a5f8c1c (patch)
tree97ad034e67c0a8135f906d5bb5346077c96ec461
parent6fc33a1fac927f33bb38274c9c334355fc4ae77e (diff)
Rename anchor resources to .json.
-rw-r--r--res/anchors_bold.json (renamed from res/anchors_bold.txt)0
-rw-r--r--res/anchors_regular.json (renamed from res/anchors_regular.txt)0
-rw-r--r--res/anchors_thin.json (renamed from res/anchors_thin.txt)0
-rw-r--r--scripts/build-v2.py6
4 files changed, 3 insertions, 3 deletions
diff --git a/res/anchors_bold.txt b/res/anchors_bold.json
index e3fc23d..e3fc23d 100644
--- a/res/anchors_bold.txt
+++ b/res/anchors_bold.json
diff --git a/res/anchors_regular.txt b/res/anchors_regular.json
index 8ec490a..8ec490a 100644
--- a/res/anchors_regular.txt
+++ b/res/anchors_regular.json
diff --git a/res/anchors_thin.txt b/res/anchors_thin.json
index 1d4fe8b..1d4fe8b 100644
--- a/res/anchors_thin.txt
+++ b/res/anchors_thin.json
diff --git a/scripts/build-v2.py b/scripts/build-v2.py
index 61c7cbb..58842d6 100644
--- a/scripts/build-v2.py
+++ b/scripts/build-v2.py
@@ -32,11 +32,11 @@ BASEDIR = os.path.abspath(
# Masters
rg = Master("%s/src/v2/Roboto_Regular.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_regular.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_regular.json" % BASEDIR)
bd = Master("%s/src/v2/Roboto_Bold.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_bold.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_bold.json" % BASEDIR)
th = Master("%s/src/v2/Roboto_Thin.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_thin.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_thin.json" % BASEDIR)
# build condensed masters