2016-06-30 16:39:20 -07:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table_H_V_A_R_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""Horizontal Metrics Variations table
|
|
|
|
|
|
|
|
The ``HVAR`` table contains variations in horizontal glyph metrics
|
|
|
|
in variable fonts.
|
|
|
|
|
|
|
|
See also https://learn.microsoft.com/en-us/typography/opentype/spec/hvar
|
|
|
|
"""
|
|
|
|
|
2016-06-30 16:39:20 -07:00
|
|
|
pass
|