11 lines
229 B
Python
11 lines
229 B
Python
from fontTools import ttLib
|
|
|
|
superclass = ttLib.getTableClass("hmtx")
|
|
|
|
|
|
class table__v_m_t_x(superclass):
|
|
headerTag = "vhea"
|
|
advanceName = "height"
|
|
sideBearingName = "tsb"
|
|
numberOfMetricsName = "numberOfVMetrics"
|