aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_v_m_t_x.py
blob: fc818d83d5ced1b732c644596a654a62a149fb78 (plain)
1
2
3
4
5
6
7
8
9
10
from fontTools import ttLib

superclass = ttLib.getTableClass("hmtx")

class table__v_m_t_x(superclass):

	headerTag = 'vhea'
	advanceName = 'height'
	sideBearingName = 'tsb'
	numberOfMetricsName = 'numberOfVMetrics'