Source code for fontTools.ttLib.tables._v_m_t_x

from fontTools import ttLib

superclass = ttLib.getTableClass("hmtx")


[docs] class table__v_m_t_x(superclass): headerTag = "vhea" advanceName = "height" sideBearingName = "tsb" numberOfMetricsName = "numberOfVMetrics"