Home
last modified time | relevance | path

Searched refs:recalcBBoxes (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/
Dttx.py111 recalcBBoxes = True variable in Options
160 self.recalcBBoxes = False
213 recalcBBoxes=options.recalcBBoxes,
Dsubset.py2127 recalcBBoxes=options.recalc_bounds,
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py67 recalcBBoxes = ttFont.recalcBBoxes
70 glyphData = glyph.compile(self, recalcBBoxes)
133 if not ttFont.recalcBBoxes:
217 def compact(self, glyfTable, recalcBBoxes=True): argument
218 data = self.compile(glyfTable, recalcBBoxes)
237 def compile(self, glyfTable, recalcBBoxes=True): argument
242 if recalcBBoxes:
D_h_h_e_a.py38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
D_m_a_x_p.py44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py70 verbose=False, recalcBBoxes=True, allowVID=False, ignoreDecompileErrors=False, argument
131 self.recalcBBoxes = recalcBBoxes