We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e8cf3 commit 5ca90f2Copy full SHA for 5ca90f2
lib/fontcustom/scripts/generate.py
@@ -85,7 +85,7 @@ def createGlyph( name, source, code ):
85
glyph.width = 200
86
87
for glyph, data in manifest['glyphs'].items():
88
- name = createGlyph(glyph, data['source'], data['codepoint'])
+ name = createGlyph(glyph, data['source'], int(data['codepoint']))
89
90
#
91
# Generate Files
0 commit comments