14 lines
308 B
Python
14 lines
308 B
Python
from .otBase import BaseTTXConverter
|
|
|
|
|
|
class table_M_V_A_R_(BaseTTXConverter):
|
|
"""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
|
|
"""
|
|
|
|
pass
|