aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/fonttools/fontTools/ttLib/tables/T_S_I_B_.py
blob: ea19fcee856e75fc8aa494e083b4beed303f831c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
""" TSI{B,C,D,J,P,S,V} are private tables used by Microsoft Visual TrueType (VTT)
tool to store its table source data.

TSIB contains the source text for the ``BASE`` table.

See also https://learn.microsoft.com/en-us/typography/tools/vtt/tsi-tables
"""

from .T_S_I_V_ import table_T_S_I_V_


class table_T_S_I_B_(table_T_S_I_V_):
    pass