|
Krita Source Code Documentation
|
#include <QObject>#include <KisSqueezedComboBox.h>#include <QFont>#include <QFontDatabase>#include <QStyledItemDelegate>#include "kritawidgetutils_export.h"Go to the source code of this file.
Classes | |
| class | KisFontComboBoxes |
| The KisFontComboBoxes class This is a little widget with two comboboxes. One is for the font family, and the other for the style, using the power of QFontDataBase. This allows us to limit the amount of fonts visible in the fonts drop down, as that can be a quite intense number when you have several 'style complete' fonts. More... | |
| class | KisFontFamilyComboBox |
| The KisFontFamilyComboBox class A QCombobox that limits the amount of fonts it contains. Amongst others it blacklists certain fonts, it also filters out 'style' fonts, like those used for Bold and Italic, and it allows you to limit the amount of fonts to certain writing systems. More... | |
| class | PinnedFontsSeparator |