8000 Deprecate an unused function `font_manager.ttfdict_to_fnames` · matplotlib/matplotlib@07b1989 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07b1989

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)
0