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 25d2d55 commit 3377656Copy full SHA for 3377656
lib/matplotlib/font_manager.py
@@ -1,7 +1,7 @@
1
"""
2
A module for finding, managing, and using fonts across platforms.
3
4
-This module provides a single `FontManager` instance that can
+This module provides a single `FontManager` instance, `fontManager`, that can
5
be shared across backends and platforms. The `findfont`
6
function returns the best TrueType (TTF) font file in the local or
7
system font path that matches the specified `FontProperties`
@@ -11,6 +11,10 @@
11
The design is based on the `W3C Cascading Style Sheet, Level 1 (CSS1)
12
font specification <http://www.w3.org/TR/1998/REC-CSS2-19980512/>`_.
13
Future versions may implement the Level 2 or 2.1 specifications.
14
+
15
+.. data:: fontManager
16
17
+ The singleton instance of `FontManager`.
18
19
20
# KNOWN ISSUES
0 commit comments