Home | History | Annotate | Download | only in fontTools

Lines Matching refs:hdmx

1228 @_add_method(ttLib.getTableClass('hdmx'))
1230 self.hdmx = dict((sz,dict((g,v) for g,v in l.items() if g in s.glyphs))
1231 for sz,l in self.hdmx.items())
1232 return bool(self.hdmx)
1801 _hinting_tables_default = ['cvt ', 'fpgm', 'prep', 'hdmx', 'VDMX']