Coverage for /usr/lib/python3/dist-packages/fontTools/ttLib/tables/_a_n_k_r.py: 100%
3 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
1from .otBase import BaseTTXConverter
4class table__a_n_k_r(BaseTTXConverter):
5 """
6 The anchor point table provides a way to define anchor points.
7 These are points within the coordinate space of a given glyph,
8 independent of the control points used to render the glyph.
9 Anchor points are used in conjunction with the 'kerx' table.
11 See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ankr.html
12 """
14 pass