We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7742d commit a174502Copy full SHA for a174502
lib/matplotlib/backends/backend_pdf.py
@@ -545,7 +545,7 @@ def _write_afm_font(self, filename):
545
def embedType1(self, texname, fontinfo):
546
matplotlib.verbose.report(
547
'Embedding ' + texname +
548
- ' which is the Type 1 font ' + fontinfo.fontfile +
+ ' which is the Type 1 font ' + (fontinfo.fontfile or '(none)') +
549
' with encoding ' + (fontinfo.encodingfile or '(none)') +
550
' and effects ' + `fontinfo.effects`,
551
'debug')
0 commit comments