(self)
| 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'.""" |
nothing calls this directly
no test coverage detected