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

@ -24,7 +24,7 @@ from fontTools import ttLib
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, ...], ... }