2016-06-30 16:39:20 -07:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table_V_V_A_R_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""Vertical Metrics Variations table
|
|
|
|
|
|
|
|
The ``VVAR`` table contains variation data for per-glyph vertical metrics
|
|
|
|
in a variable font.
|
|
|
|
|
|
|
|
See also https://learn.microsoft.com/en-us/typography/opentype/spec/vvar
|
|
|
|
"""
|
|
|
|
|
2016-06-30 16:39:20 -07:00
|
|
|
pass
|