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

Method family_name

lib/matplotlib/_afm.py:469–471  ·  view source on GitHub ↗

The font family name, e.g., 'Times'.

(self)

Source from the content-addressed store, hash-verified

467
468 @property
469 def family_name(self) -> str: # For consistency with FT2Font.
470 """The font family name, e.g., 'Times'."""
471 return self.get_familyname()
472
473 def get_weight(self) -> str:
474 """Return the font weight, e.g., 'Bold' or 'Roman'."""

Callers

nothing calls this directly

Calls 1

get_familynameMethod · 0.95

Tested by

no test coverage detected