QGIS/python/core/auto_additions/qgsfontmanager.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

13 lines
1.2 KiB
Python

# The following has been generated automatically from src/core/textrenderer/qgsfontmanager.h
try:
QgsFontManager.__attribute_docs__ = {'fontDownloaded': 'Emitted when a font has downloaded and been locally loaded.\n\nThe ``families`` list specifies the font families contained in the\ndownloaded font.\n\nIf found, the ``licenseDetails`` string will be populated with\ncorresponding font license details.\n\n.. seealso:: :py:func:`downloadAndInstallFont`\n\n.. seealso:: :py:func:`fontDownloadErrorOccurred`\n', 'fontDownloadErrorOccurred': 'Emitted when an error occurs during font downloading.\n\n.. seealso:: :py:func:`downloadAndInstallFont`\n\n.. seealso:: :py:func:`fontDownloaded`\n'}
QgsFontManager.__signal_arguments__ = {'fontDownloaded': ['families: List[str]', 'licenseDetails: str'], 'fontDownloadErrorOccurred': ['url: QUrl', 'identifier: str', 'error: str']}
QgsFontManager.__group__ = ['textrenderer']
except (NameError, AttributeError):
pass
try:
QgsFontDownloadDetails.standardizeFamily = staticmethod(QgsFontDownloadDetails.standardizeFamily)
QgsFontDownloadDetails.__group__ = ['textrenderer']
except (NameError, AttributeError):
pass