Home
last modified time | relevance | path

Searched refs:fontfile (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/shaping/
Drun-tests.sh18 while read fontfile unicodes glyphs_expected; do
19 echo "Testing $fontfile:$unicodes"
20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
Drecord-test.sh7 fontfile=$1
12 glyphs=`echo "$text" | $hb_shape "$fontfile"`
14 cp "$fontfile" "$dir/font.ttf"
/external/fonttools/Lib/fontTools/
Dinspect.py227 def __init__(self, fontfile): argument
230 self.window.set_title("%s - pyftinspect" % fontfile)
237 self.font = ttLib.TTFont(fontfile, lazy=True)
Dmerge.py719 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]
725 fonts = [ttLib.TTFont(fontfile) for fontfile in fontfiles]
Dsubset.py2169 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))