Home
last modified time | relevance | path

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

/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DGCSingletonFontLoader.qml26 * @sa ApplicationSettings.isEmbeddedFont, ApplicationSettings.font
29 property QtObject fontLoader: ApplicationSettings.isEmbeddedFont ? sourceLoader : nameLoader
33 source: ApplicationSettings.isEmbeddedFont ? "resource/fonts/"+ApplicationSettings.font : ""
H A DApplicationSettings.h113 …Q_PROPERTY(bool isEmbeddedFont READ isEmbeddedFont WRITE setIsEmbeddedFont NOTIFY embeddedFontChan…
362 bool isEmbeddedFont() const { return m_isEmbeddedFont; } in isEmbeddedFont() function
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/menu/
H A DConfigurationItem.qml582 ApplicationSettings.isEmbeddedFont = fonts.get(fontBox.currentIndex).isLocalResource;
680 (ApplicationSettings.isEmbeddedFont !== fonts.get(fontBox.currentIndex).isLocalResource) ||
681 (ApplicationSettings.isEmbeddedFont !== fonts.get(fontBox.currentIndex).isLocalResource) ||
/dports/games/gcompris-qt/gcompris-qt-2.0/tests/core/
H A DApplicationSettingsTest.cpp98 … APPLICATION_SETTINGS_TEST_ATTRIBUTE(bool, isEmbeddedFont, setIsEmbeddedFont, embeddedFontChanged); in ApplicationSettingsTest()