aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_a_n_k_r.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/ttLib/tables/_a_n_k_r.py')
-rw-r--r--Lib/fontTools/ttLib/tables/_a_n_k_r.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/Lib/fontTools/ttLib/tables/_a_n_k_r.py b/Lib/fontTools/ttLib/tables/_a_n_k_r.py
index 1f2946c2..16f5c184 100644
--- a/Lib/fontTools/ttLib/tables/_a_n_k_r.py
+++ b/Lib/fontTools/ttLib/tables/_a_n_k_r.py
@@ -1,11 +1,12 @@
from .otBase import BaseTTXConverter
-
-# The anchor point table provides a way to define anchor points.
-# These are points within the coordinate space of a given glyph,
-# independent of the control points used to render the glyph.
-# Anchor points are used in conjunction with the 'kerx' table.
-#
-# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ankr.html
class table__a_n_k_r(BaseTTXConverter):
+ """
+ The anchor point table provides a way to define anchor points.
+ These are points within the coordinate space of a given glyph,
+ independent of the control points used to render the glyph.
+ Anchor points are used in conjunction with the 'kerx' table.
+
+ See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ankr.html
+ """
pass