Revisión | 5 (tree) |
---|---|
Tiempo | 2015-01-08 02:06:15 |
Autor | ![]() |
読み込むファイル名の修正
@@ -44,7 +44,7 @@ | ||
44 | 44 | ) |
45 | 45 | |
46 | 46 | def generate_propotionals(weight): |
47 | - font = fontforge.open('Conv/conv-SourceHanSansJP-%s.otf' % (weight)) | |
47 | + font = fontforge.open('Conv/Glyphs-SourceHanSansJP-%s.otf' % (weight)) | |
48 | 48 | |
49 | 49 | for g in font.glyphs(): |
50 | 50 | unicode = '%05X' % g.unicode |