mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
3 lines
685 B
Python
3 lines
685 B
Python
# The following has been generated automatically from src/core/textrenderer/qgsfontmanager.h
|
|
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 downloaded font.\n\nIf found, the ``licenseDetails`` string will be populated with corresponding 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'}
|