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 11"""
22A module for finding, managing, and using fonts across platforms.
33
4- This module provides a single `FontManager` instance that can
4+ This module provides a single `FontManager` instance, `fontManager`, that can
55be shared across backends and platforms. The `findfont`
66function returns the best TrueType (TTF) font file in the local or
77system font path that matches the specified `FontProperties`
1111The design is based on the `W3C Cascading Style Sheet, Level 1 (CSS1)
1212font specification <http://www.w3.org/TR/1998/REC-CSS2-19980512/>`_.
1313Future versions may implement the Level 2 or 2.1 specifications.
14+
15+ .. data:: fontManager
16+
17+ The singleton instance of `FontManager`.
1418"""
1519
1620# KNOWN ISSUES
You can’t perform that action at this time.
0 commit comments