1""" TSI{0,1,2,3,5} are private tables used by Microsoft Visual TrueType (VTT) 2tool to store its hinting source data. 3 4TSI3 contains the text of the glyph programs in the form of 'VTTTalk' code. 5""" 6from fontTools import ttLib 7 8superclass = ttLib.getTableClass("TSI1") 9 10class table_T_S_I__3(superclass): 11 12 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} 13 14 indextable = "TSI2" 15