B
    ¶ôJd   ã               @   s.   d Z ddlmZ e d¡ZG dd„ deƒZdS )a   TSI{0,1,2,3,5} are private tables used by Microsoft Visual TrueType (VTT)
tool to store its hinting source data.

TSI2 is the index table containing the lengths and offsets for the glyph
programs that are contained in the TSI3 table. It uses the same format as
the TSI0 table.
é    )ÚttLibZTSI0c               @   s   e Zd ZdgZdS )Útable_T_S_I__2ZTSI3N)Ú__name__Ú
__module__Ú__qualname__Údependencies© r   r   úQ/var/www/html/venv/lib/python3.7/site-packages/fontTools/ttLib/tables/T_S_I__2.pyr      s   r   N)Ú__doc__Z	fontToolsr   ZgetTableClassÚ
superclassr   r   r   r   r	   Ú<module>   s   
