Home
last modified time | relevance | path

Searched refs:showFonts (Results 1 – 5 of 5) sorted by relevance

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/kcmfontinst/
H A DPreviewList.cpp78 void CPreviewList::showFonts(const QModelIndexList &fonts) in showFonts() function in KFI::CPreviewList
189 void CPreviewListView::showFonts(const QModelIndexList &fonts) in showFonts() function in KFI::CPreviewListView
191 itsModel->showFonts(fonts); in showFonts()
H A DPreviewList.h77 void showFonts(const QModelIndexList &font);
94 void showFonts(const QModelIndexList &fonts);
H A DKCmFontInst.cpp424 itsPreviewList->showFonts(list); in fontsSelected()
/dports/graphics/piddle/piddle-1.0.15/src/piddle/piddleGTK/
H A Dtests.py89 tester.showFonts("times", "courier", "helvetica", "symbol",
101 tester.showFonts("avantgarde", "bookman", "charter", "gothic",
155 def showFonts(self, *fontlist): member in StringTester
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContextMenuController.cpp441 … ContextMenuItem showFonts(ActionType, ContextMenuItemTagShowFonts, contextMenuItemTagShowFonts()); in createAndAppendFontSubMenu() local
453 appendItem(showFonts, &fontMenu); in createAndAppendFontSubMenu()