blob: afc1497d14ffd4aed6668af4cb0587135e5562f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
from .otBase import BaseTTXConverter
class table_V_A_R_C_(BaseTTXConverter):
"""Variable Components table
The ``VARC`` table contains variation information for composite glyphs.
See also https://github.com/harfbuzz/boring-expansion-spec/blob/main/VARC.md
"""
pass
|