|
Krita Source Code Documentation
|
#include "FontAxesModel.h"#include <klocalizedstring.h>#include <QDebug>#include <resources/KoFontFamily.h>#include <KisResourceModel.h>#include <KoFontRegistry.h>#include <lager/KoSvgTextPropertiesModel.h>Go to the source code of this file.
Classes | |
| struct | FontAxesModel::Private |
Variables | |
| const QString | ITALIC_TAG = "ital" |
| const QString | OPTICAL_TAG = "opsz" |
| const QString | SLANT_TAG = "slnt" |
| const QString | WEIGHT_TAG = "wght" |
| const QString | WIDTH_TAG = "wdth" |
| const QString ITALIC_TAG = "ital" |
Definition at line 17 of file FontAxesModel.cpp.
| const QString OPTICAL_TAG = "opsz" |
Definition at line 18 of file FontAxesModel.cpp.
| const QString SLANT_TAG = "slnt" |
Definition at line 16 of file FontAxesModel.cpp.
| const QString WEIGHT_TAG = "wght" |
Definition at line 14 of file FontAxesModel.cpp.
| const QString WIDTH_TAG = "wdth" |
Definition at line 15 of file FontAxesModel.cpp.