2016-12-18 21:55:45 -06:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table_M_V_A_R_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""Metrics Variations table
|
|
|
|
|
|
|
|
The ``MVAR`` table contains variation information for font-wide
|
|
|
|
metrics in a variable font.
|
|
|
|
|
|
|
|
See also https://learn.microsoft.com/en-us/typography/opentype/spec/mvar
|
|
|
|
"""
|
|
|
|
|
2016-12-18 21:55:45 -06:00
|
|
|
pass
|