_a_n_k_r.py 462 B

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