Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertywidget_fontfeatures.h48 void showFontFeatures(const QString& s, const QStringList& availableFeatures);
H A Dsmcstylewidget.h48 void showFontFeatures(const QList<CharStyle*> &cstyles);
H A Dpropertywidget_fontfeatures.cpp49 void PropertyWidget_FontFeatures::showFontFeatures(const QString& s, const QStringList& availableFe… in showFontFeatures() function in PropertyWidget_FontFeatures
291 showFontFeatures(charStyle.fontFeatures(), charStyle.font().fontFeatures()); in updateCharStyle()
300 showFontFeatures(charStyle.fontFeatures(), charStyle.font().fontFeatures()); in updateStyle()
H A Dsmcstylewidget.cpp394 showFontFeatures(cstyles); in show()
697 void SMCStyleWidget::showFontFeatures(const QList<CharStyle *> &cstyles) in showFontFeatures() function in SMCStyleWidget