1from .otBase import BaseTTXConverter 2 3class table__a_n_k_r(BaseTTXConverter): 4 """ 5 The anchor point table provides a way to define anchor points. 6 These are points within the coordinate space of a given glyph, 7 independent of the control points used to render the glyph. 8 Anchor points are used in conjunction with the 'kerx' table. 9 10 See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ankr.html 11 """ 12 pass 13