TSIC is a source table for Visual TrueType to maintain sources for the cvar variation table.
8 lines
187 B
Python
8 lines
187 B
Python
from __future__ import print_function, division, absolute_import
|
|
from fontTools.misc.py23 import *
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
class table_T_S_I_C_(BaseTTXConverter):
|
|
pass
|