Home
last modified time | relevance | path

Searched refs:FontDiffStyle (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkfontchooser.h74 FontDiffStyle = 2, ///< Identifies a requested change in the font style. enumerator
76 AllFontDiffs = FontDiffFamily | FontDiffStyle | FontDiffSize,
H A Dkfontchooser.cpp394 diffFlags |= FontDiffStyle; in fontDiffFlags()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/fonts/
H A Ddfontproperties.h79 FontDiffStyle = 2, enumerator
81 AllFontDiffs = FontDiffFamily | FontDiffStyle | FontDiffSize
H A Ddfontproperties.cpp686 diffFlags |= FontDiffStyle; in fontDiffFlags()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/fonts/
H A Dfonts.cpp224 if (fontDiffFlags & KFontChooser::FontDiffStyle) { in applyFontDiff()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DCharacterHighlighting.cpp389 if (fontDiff & KFontChooser::FontDiffStyle) { in save()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DCharacterHighlighting.cpp426 if (m_uniqueFormat || (fontDiff & KFontChooser::FontDiffStyle)) { in save()
/dports/databases/kexi/kexi-3.2.0/src/formeditor/
H A Dform.cpp2350 if (diffFlags & KFontChooser::FontDiffStyle) { in changeFont()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py4209 FontDiffStyle = 0 variable in KFontChooser