Home
last modified time | relevance | path

Searched refs:remove_hinting (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py914 def trim(self, remove_hinting=False): argument
919 if remove_hinting:
933 if remove_hinting:
975 if remove_hinting:
999 self.trim (remove_hinting=True)
/external/fonttools/Lib/fontTools/subset/
D__init__.py2096 remove_hinting = not options.hinting
2098 v.trim(remove_hinting=remove_hinting)