Home
last modified time | relevance | path

Searched refs:useWindowFont (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoCharacterStyle.cpp1752 const QString useWindowFont(styleStack.property(KoXmlNS::style, "use-window-font-color")); in loadOdfProperties() local
1753 if (!useWindowFont.isEmpty()) { in loadOdfProperties()
1754 setFontAutoColor(useWindowFont == "true"); in loadOdfProperties()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoCharacterStyle.cpp1755 const QString useWindowFont(styleStack.property(KoXmlNS::style, "use-window-font-color")); in loadOdfProperties() local
1756 if (!useWindowFont.isEmpty()) { in loadOdfProperties()
1757 setFontAutoColor(useWindowFont == "true"); in loadOdfProperties()