Inside `MTFont.m` file: ``` self.mathTable = [[MTFontMathTable alloc] initWithFont:self mathTable:_rawMathTable] ``` `MTFont` holds `MTFontMathTable`, while at the same time `MTFont` holds `MTFontMathTable`
Inside
MTFont.mfile:MTFontholdsMTFontMathTable, while at the same timeMTFontholdsMTFontMathTable