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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_e_a_d.py 42 if ttFont.recalcTimestamp:
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 71 recalcTimestamp=True, fontNumber=-1, lazy=False, quiet=False):
105 If the recalcTimestamp argument is false, the modified timestamp in the
132 self.recalcTimestamp = recalcTimestamp
  /external/noto-fonts/emoji-compat/
createfont.py 604 # recalcTimestamp parameter will keep the modified field same as the original font. Changing
607 with contextlib.closing(ttLib.TTFont(self.font_path, recalcTimestamp=False)) as ttf:
  /external/fonttools/Lib/fontTools/
subset.py     [all...]

Completed in 101 milliseconds