2023-12-14 15:59:53 -07:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table_V_A_R_C_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|
|
|
|
"""
|
|
|
|
|
2023-12-14 15:59:53 -07:00
|
|
|
pass
|