aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_f_e_a_t.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:13:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:13:55 +0000
commit5821ab02e1d8da10e14944331ce14c5cac747279 (patch)
tree98d81cb66669c50af608fd8a844e22039a00f5ae /Lib/fontTools/ttLib/tables/_f_e_a_t.py
parent1c7ccb280b397bc87d7203a8863fd2e16af7439b (diff)
parent29956f91d34a6e7e114e9e04c4c22296e20b80c8 (diff)
downloadfonttools-android13-frc-neuralnetworks-release.tar.gz
Snap for 8512216 from 29956f91d34a6e7e114e9e04c4c22296e20b80c8 to tm-frc-neuralnetworks-releaset_frc_neu_330443030t_frc_neu_330443000android13-frc-neuralnetworks-release
Change-Id: Ibdb4b0dd880fdb0090cd7205b37e969dc16945dc
Diffstat (limited to 'Lib/fontTools/ttLib/tables/_f_e_a_t.py')
-rw-r--r--Lib/fontTools/ttLib/tables/_f_e_a_t.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/fontTools/ttLib/tables/_f_e_a_t.py b/Lib/fontTools/ttLib/tables/_f_e_a_t.py
index eb03f8ba..079b514c 100644
--- a/Lib/fontTools/ttLib/tables/_f_e_a_t.py
+++ b/Lib/fontTools/ttLib/tables/_f_e_a_t.py
@@ -2,4 +2,10 @@ 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