HomeSort by relevance Sort by last modified time
    Searched refs:TTFont (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/fonttools/Snippets/
edit_raw_table_data.py 1 from fontTools.ttLib import TTFont
12 font = TTFont(font_path)
cmap-format.py 15 from fontTools.ttLib import TTFont
24 font = TTFont(fontfile)
dump_woff_metadata.py 4 from fontTools.ttLib import TTFont
22 font = TTFont(infile)
merge_woff_metadata.py 5 from fontTools.ttLib import TTFont
28 font = TTFont(infile)
woff2_compress.py 5 from fontTools.ttLib import TTFont
23 font = TTFont(filename, recalcBBoxes=False, recalcTimestamp=False)
layout-features.py 5 from fontTools.ttLib import TTFont
14 font = TTFont()
17 font = TTFont(fontfile)
subset-fpgm.py 5 from fontTools.ttLib import TTFont
14 font = TTFont(fontfile)
woff2_decompress.py 5 from fontTools.ttLib import TTFont
33 font = TTFont(filename, recalcBBoxes=False, recalcTimestamp=False)
interpolate.py 26 from fontTools.ttLib import TTFont
133 thin = TTFont("/tmp/Roboto/Roboto-Thin.ttf")
134 regular = TTFont("/tmp/Roboto/Roboto-Regular.ttf")
135 black = TTFont("/tmp/Roboto/Roboto-Black.ttf")
  /external/noto-fonts/other/
adjust_vertical_metrics.py 25 font = ttLib.TTFont(font_file)
  /external/fonttools/Tests/subset/
subset_test.py 4 from fontTools.ttLib import TTFont, newTable
47 # Elide ttFont attributes because ttLibVersion may change,
49 if line.startswith("<ttFont "):
50 lines.append("<ttFont>" + os.linesep)
68 font = TTFont(recalcBBoxes=False, recalcTimestamp=False)
81 subsetfont = TTFont(subsetpath)
88 subsetfont = TTFont(subsetpath)
95 subsetfont = TTFont(subsetpath)
102 subsetfont = TTFont(subsetpath)
109 self.assertNotIn("ankr", TTFont(subsetpath)
    [all...]
  /external/fonttools/Tests/cffLib/
cffLib_test.py 4 from fontTools.ttLib import TTFont
54 font = TTFont(temp_path)
60 font2 = TTFont(save_path)
65 """Test that deepcopying a TTFont with a CFF table does not recurse
75 font = TTFont(recalcBBoxes=False, recalcTimestamp=False)
  /external/fonttools/Tests/ttLib/tables/
C_F_F__2_test.py 6 from fontTools.ttLib import TTFont, newTable
32 font = TTFont(file=CFF_BIN)
41 font = TTFont(file=CFF_BIN)
52 font = TTFont(sfntVersion='OTTO')
M_V_A_R_test.py 6 from fontTools.ttLib import newTable, TTFont
124 font = TTFont()
130 font = TTFont()
C_F_F_test.py 6 from fontTools.ttLib import TTFont, newTable
33 font = TTFont(sfntVersion='OTTO')
42 font = TTFont(sfntVersion='OTTO')
O_S_2f_2_test.py 2 from fontTools.ttLib import TTFont, newTable, getTableModule
32 font = TTFont()
_c_m_a_p_test.py 57 font = ttLib.TTFont()
69 font = ttLib.TTFont()
81 font = ttLib.TTFont()
88 font = ttLib.TTFont()
97 font = ttLib.TTFont()
103 font = ttLib.TTFont()
134 font = ttLib.TTFont()
159 font = ttLib.TTFont(f)
_h_h_e_a_test.py 6 from fontTools.ttLib import TTFont, newTable
99 self.font = TTFont(sfntVersion='OTTO')
135 self.font = TTFont(sfntVersion='OTTO')
166 font = TTFont()
176 font = TTFont()
186 font = TTFont()
tables_test.py 4 from fontTools.ttLib import TTFont, tagToXML
267 font = TTFont()
274 font = TTFont(getpath(testfile))
  /external/fonttools/Lib/fontTools/feaLib/
__main__.py 3 from fontTools.ttLib import TTFont
39 font = TTFont(options.input_font)
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 19 """Given a pathname, return a list of TTFont objects. In the case
28 fonts.append(ttLib.TTFont(path))
31 fonts.append(ttLib.TTFont(path, index))
  /external/fonttools/Tests/misc/
xmlReader_test.py 7 from fontTools.ttLib import TTFont
18 def __init__(self, fileOrPath, ttFont, progress=None):
20 fileOrPath, ttFont, progress)
32 <ttFont>
38 </ttFont>
42 reader = DebugXMLReader(tmp, TTFont())
51 def __init__(self, fileOrPath, ttFont, progress=None):
53 fileOrPath, ttFont, progress)
61 '<ttFont>\r' # \r -> \n
68 '</ttFont>')
    [all...]
  /external/fonttools/Tests/varLib/
mutator_test.py 3 from fontTools.ttLib import TTFont
64 # Elide ttFont attributes because ttLibVersion may change,
66 if line.startswith("<ttFont "):
67 lines.append("<ttFont>" + os.linesep)
86 font = TTFont(recalcBBoxes=False, recalcTimestamp=False)
116 instfont = TTFont(instfont_path)
137 instfont = TTFont(instfont_path)
159 instfont = TTFont(instfont_path)
171 varfont = TTFont(otf_vf_path)
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 47 from fontTools.ttLib import TTFont
57 font = TTFont(path) # it would work just as well with fontTools.t1Lib.T1Font
statisticsPen.py 96 from fontTools.ttLib import TTFont
97 font = TTFont(filename)

Completed in 258 milliseconds

1 2 3