1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-26 23:56:59 +03:00

misc: name change

This commit is contained in:
Rasmus Andersson 2019-02-02 16:29:35 -08:00
parent af0055a98c
commit 5d3b973ddb
4 changed files with 6 additions and 6 deletions

View File

@ -325,7 +325,7 @@ def main():
# FeaParser(featuresFilename + '2', allNames).parse() # FeaParser(featuresFilename + '2', allNames).parse()
# font = TTFont('build/dist-unhinted/Inter-UI-Regular.otf') # font = TTFont('build/const/Inter-Regular.otf')
# FeaBuilder(font, featuresFilename + '2').build() # FeaBuilder(font, featuresFilename + '2').build()

View File

@ -13,9 +13,9 @@ kerndiff.sh <font1> <font2>
Example: Example:
``` ```
kerndiff.sh Inter-UI-Regular-v2.4.otf src/Inter-UI-Regular.ufo kerndiff.sh Inter-Regular-v2.4.otf src/Inter-Regular.ufo
--- Inter-UI-Regular-v2.4.otf 2018-08-30 19:16:47.000000000 -0700 --- Inter-Regular-v2.4.otf 2018-08-30 19:16:47.000000000 -0700
+++ Inter-UI-Regular.ufo 2018-08-30 19:16:47.000000000 -0700 +++ Inter-Regular.ufo 2018-08-30 19:16:47.000000000 -0700
@@ -35126,7 +35081,6 @@ @@ -35126,7 +35081,6 @@
/s /Ydieresis -149 /s /Ydieresis -149
/s /Ygrave -149 /s /Ygrave -149

View File

@ -24,7 +24,7 @@ from fontTools import ttLib
from robofab.objects.objectsRF import OpenFont from robofab.objects.objectsRF import OpenFont
srcFontPaths = ['src/Inter-UI-Regular.ufo', 'src/Inter-UI-Bold.ufo'] srcFontPaths = ['src/Inter-Regular.ufo', 'src/Inter-Bold.ufo']
def getTTGlyphList(font): # -> { 'Omega': [2126, ...], ... } def getTTGlyphList(font): # -> { 'Omega': [2126, ...], ... }

View File

@ -45,7 +45,7 @@ def main():
print('Did you forget to `git fetch --tags` perhaps?', file=sys.stderr) print('Did you forget to `git fetch --tags` perhaps?', file=sys.stderr)
sys.exit(1) sys.exit(1)
ufoPrefix = 'src/Inter-UI-' ufoPrefix = 'src/Inter-'
changes = OrderedDict() changes = OrderedDict()
deleted = [] deleted = []