Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07b1989

Browse files
committed
Deprecate an unused function font_manager.ttfdict_to_fnames
1 parent 0384b85 commit 07b1989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ def copy(self):
926926
return FontProperties(_init=self)
927927

928928

929+
@cbook.deprecated("2.1")
929930
def ttfdict_to_fnames(d):
930931
"""
931932
flatten a ttfdict to all the filenames it contains

0 commit comments

Comments
 (0)