File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
A module for finding, managing, and using fonts across platforms.
3
3
4
- This module provides a single `FontManager` instance that can
4
+ This module provides a single `FontManager` instance, `fontManager`, that can
5
5
be shared across backends and platforms. The `findfont`
6
6
function returns the best TrueType (TTF) font file in the local or
7
7
system font path that matches the specified `FontProperties`
11
11
The design is based on the `W3C Cascading Style Sheet, Level 1 (CSS1)
12
12
font specification <http://www.w3.org/TR/1998/REC-CSS2-19980512/>`_.
13
13
Future versions may implement the Level 2 or 2.1 specifications.
14
+
15
+ .. data:: fontManager
16
+
17
+ The singleton instance of `FontManager`.
14
18
"""
15
19
16
20
# KNOWN ISSUES
<
12C5
svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
You can’t perform that action at this time.
0 commit comments