aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_f_e_a_t.py
blob: c9a48eff06cb14b1b2dc56c94ec7e02b80f11ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from .otBase import BaseTTXConverter


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

    pass