MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_os2_vert

Function set_os2_vert

tools/subset.py:367–369  ·  view source on GitHub ↗
(pe, name, val)

Source from the content-addressed store, hash-verified

365
366
367def set_os2_vert(pe, name, val):
368 set_os2(pe, name + 'IsOffset', 0)
369 set_os2(pe, name, val)
370
371
372# Extract vertical metrics data directly out of font file, and emit

Callers 1

extract_vert_to_scriptFunction · 0.85

Calls 1

set_os2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…