Searched refs:recalcBBoxes (Results 1 – 6 of 6) sorted by relevance
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 111 recalcBBoxes = True variable in Options 160 self.recalcBBoxes = False 213 recalcBBoxes=options.recalcBBoxes,
|
D | subset.py | 2127 recalcBBoxes=options.recalc_bounds,
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 67 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.py | 38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
|
D | _m_a_x_p.py | 44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 70 verbose=False, recalcBBoxes=True, allowVID=False, ignoreDecompileErrors=False, argument 131 self.recalcBBoxes = recalcBBoxes
|