_f_e_a_t.py 560 B

123456789101112
  1. from .otBase import BaseTTXConverter
  2. class table__f_e_a_t(BaseTTXConverter):
  3. """The feature name table is an AAT (Apple Advanced Typography) table for
  4. storing font features, settings, and their human-readable names. It should
  5. not be confused with the ``Feat`` table or the OpenType Layout ``GSUB``/``GPOS``
  6. tables. See `Feature Name Table <https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6feat.html>`_
  7. in the TrueType Reference Manual for more information on the structure and
  8. purpose of this table."""
  9. pass