Home
last modified time | relevance | path

Searched defs:fontext (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dfont_manager.py161 def get_fontext_synonyms(fontext): argument
209 def win32InstalledFonts(directory=None, fontext='ttf'): argument
257 def OSXInstalledFonts(directories=None, fontext='ttf'): argument
300 def get_fontconfig_fonts(fontext='ttf'): argument
308 def findSystemFonts(fontpaths=None, fontext='ttf'): argument
554 def createFontList(fontfiles, fontext='ttf'): argument
1258 def findfont(self, prop, fontext='ttf', directory=None, argument
1395 def fc_match(pattern, fontext): argument
1422 def findfont(prop, fontext='ttf'): argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dfont_manager.py176 def get_fontext_synonyms(fontext): argument
271 def win32InstalledFonts(directory=None, fontext='ttf'): argument
312 def get_fontconfig_fonts(fontext='ttf'): argument
319 def findSystemFonts(fontpaths=None, fontext='ttf'): argument
1248 def findfont(self, prop, fontext='ttf', directory=None, argument
1312 def _findfont_cached(self, prop, fontext, directory, fallback_to_default, argument
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFGFontCache.cxx218 static std::string fontext(".txf"); in initializeFonts() local