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

  /external/fonttools/Lib/fontTools/
ttx.py 111 recalcBBoxes = True
160 self.recalcBBoxes = False
213 recalcBBoxes=options.recalcBBoxes,
subset.py     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_h_e_a.py 38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
_m_a_x_p.py 44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
_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):
218 data = self.compile(glyfTable, recalcBBoxes)
237 def compile(self, glyfTable, recalcBBoxes=True):
242 if recalcBBoxes:
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 70 verbose=False, recalcBBoxes=True, allowVID=False, ignoreDecompileErrors=False,
94 If the recalcBBoxes argument is false, a number of things will *not*
131 self.recalcBBoxes = recalcBBoxes

Completed in 76 milliseconds