blob: 48e7fd67cf0f89e5dc6057e5cbae7f07324a0402 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
from .otBase import BaseTTXConverter
class table_H_V_A_R_(BaseTTXConverter):
"""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
"""
pass
|