Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
308 B
Python
Raw Normal View History

2016-12-18 21:55:45 -06:00
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
"""
2016-12-18 21:55:45 -06:00
pass