@header@
matplotlib.fontconfig_pattern | index /home/jdhunter/dev/lib/python2.5/site-packages/matplotlib/fontconfig_pattern.py |
A module for parsing a fontconfig pattern.
This class is defined here because it must be available in:
- The old-style config framework (rcsetup.py)
- The traits-based config framework (mpltraits.py)
- The font manager (font_manager.py)
It probably logically belongs in font_manager.py, but
placing it in any of these places would have created cyclical
dependency problems, or an undesired dependency on traits even
when the traits-based config framework is not used.
See here for a rough specification of these patterns:
http://www.fontconfig.org/fontconfig-user.html
Author : Michael Droettboom <mdroe@stsci.edu>
License : matplotlib license (PSF compatible)
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
family_punc = r'\\\-:,' value_punc = r'\\=_:,' |