Lines Matching refs:fontfile
64 fontfile, options, unicodes, glyphs_expected = line.split (":") variable
65 if fontfile.startswith ('/') or fontfile.startswith ('"/'):
66 fontfile, expected_hash = fontfile.split('@') variable
69 with open (fontfile, 'rb') as ff:
73 (fontfile, expected_hash, actual_hash))
77 print ('%s not found, skip.' % fontfile)
82 fontfile = os.path.normpath (os.path.join (cwd, fontfile)) variable
90 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
98 if ' ' in fontfile:
100 shutil.copyfile(fontfile, new_fontfile)
101 fontfile = new_fontfile variable
104 fontfile] + extra_options + ["--unicodes",
108 fontfile] + extra_options + ["--unicodes",
119 print (":".join ([fontfile, options, unicodes, glyphs1]))