Home
last modified time | relevance | path

Searched refs:FONTSLOADED (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dutilities.py44 FONTSLOADED = False variable
292 if not FONTSLOADED:
300 global FONTSLOADED # pylint: disable=W0603
301 if FONTSLOADED is False:
307 FONTSLOADED = True
H A Dtest_qgspallabeling_base.py67 FONTSLOADED = loadTestFonts() variable
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dutilities.py44 FONTSLOADED = False variable
292 if not FONTSLOADED:
300 global FONTSLOADED # pylint: disable=W0603
301 if FONTSLOADED is False:
307 FONTSLOADED = True
H A Dtest_qgspallabeling_base.py68 FONTSLOADED = loadTestFonts() variable