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

Method __init__

lib/matplotlib/dviread.py:1028–1029  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

1026
1027class TtfMetrics:
1028 def __init__(self, filename):
1029 self._face = font_manager.get_font(filename)
1030
1031 def get_metrics(self, idx):
1032 # _mul1220 uses a truncating bitshift for compatibility with dvitype.

Callers

nothing calls this directly

Calls 1

get_fontMethod · 0.80

Tested by

no test coverage detected