HomeSort by relevance Sort by last modified time
    Searched refs:fontfile (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/test/shaping/
run-tests.py 65 fontfile, options, unicodes, glyphs_expected = line.split (":")
69 print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes))
74 (fontfile, extra_options, options, unicodes))
77 os.path.join (srcdir, fontfile), extra_options, "--unicodes",
86 os.path.join (srcdir, fontfile), extra_options, "--unicodes",
100 print (":".join ([fontfile, options, unicodes, glyphs1]))
record-test.sh 7 fontfile=$1
8 if test "x${fontfile:0:1}" == 'x-'; then
39 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`
44 glyph_names=`echo "$text" | $hb_shape $options --no-clusters --no-positions "$fontfile" | sed 's/[][]//g; s/|/,/g'`
46 cp "$fontfile" "$dir/font.ttf"
  /external/fonttools/Lib/fontTools/
inspect.py 227 def __init__(self, fontfile):
230 self.window.set_title("%s - pyftinspect" % fontfile)
237 self.font = ttLib.TTFont(fontfile, lazy=True)
merge.py 719 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]
725 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]
subset.py     [all...]

Completed in 136 milliseconds