Searched refs:fontfile (Results 1 – 5 of 5) sorted by relevance
23 while IFS=: read fontfile options unicodes glyphs_expected; do24 if echo "$fontfile" | grep -q '^#'; then25 $reference || echo "Skipping $fontfile:$unicodes"28 $reference || echo "Testing $fontfile:$unicodes"29 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape $options "$srcdir/$fontfile"`36 echo "$fontfile:$options:$unicodes:$glyphs"
7 fontfile=$139 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`45 cp "$fontfile" "$dir/font.ttf"
227 def __init__(self, fontfile): argument230 self.window.set_title("%s - pyftinspect" % fontfile)237 self.font = ttLib.TTFont(fontfile, lazy=True)
719 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]725 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]
2169 fontfile = args[0]2177 font = load_font(fontfile, options, dontLoadGlyphNames=dontLoadGlyphNames)2223 outfile = fontfile + '.subset'2233 log("Input font: %d bytes" % os.path.getsize(fontfile))