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

Method postscript_name

lib/matplotlib/_afm.py:446–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

444
445 @property
446 def postscript_name(self) -> str: # For consistency with FT2Font.
447 return self.get_fontname()
448
449 def get_fullname(self) -> str:
450 """Return the font full name, e.g., 'Times-Roman'."""

Callers

nothing calls this directly

Calls 1

get_fontnameMethod · 0.95

Tested by

no test coverage detected