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


# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6prop.html
class table__p_r_o_p(BaseTTXConverter):
    """The AAT ``prop`` table can store a variety of per-glyph properties, such as
       Unicode directionality or whether glyphs are non-spacing marks.

    See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6prop.html
    """

    pass