aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/fonttools/fontTools/ttLib/tables/S_T_A_T_.py
blob: 86e1271a9817ecb71b663e60ffa685cbf9205bd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from .otBase import BaseTTXConverter


class table_S_T_A_T_(BaseTTXConverter):
    """Style Attributes table

    The ``STAT`` table records stylistic or typeface-design attributes that
    differentiate the individual fonts within a font family from one another.
    Those attributes can be used to assist users when navigating the style
    variations of a variable font or a family of static fonts.

    See also https://learn.microsoft.com/en-us/typography/opentype/spec/stat
    """

    pass