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