_v_m_t_x.py 229 B

12345678910
  1. from fontTools import ttLib
  2. superclass = ttLib.getTableClass("hmtx")
  3. class table__v_m_t_x(superclass):
  4. headerTag = "vhea"
  5. advanceName = "height"
  6. sideBearingName = "tsb"
  7. numberOfMetricsName = "numberOfVMetrics"