Krita Source Code Documentation
Loading...
Searching...
No Matches
FontAxesModel.cpp File Reference
#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"
 

Variable Documentation

◆ ITALIC_TAG

const QString ITALIC_TAG = "ital"

Definition at line 17 of file FontAxesModel.cpp.

◆ OPTICAL_TAG

const QString OPTICAL_TAG = "opsz"

Definition at line 18 of file FontAxesModel.cpp.

◆ SLANT_TAG

const QString SLANT_TAG = "slnt"

Definition at line 16 of file FontAxesModel.cpp.

◆ WEIGHT_TAG

const QString WEIGHT_TAG = "wght"

Definition at line 14 of file FontAxesModel.cpp.

◆ WIDTH_TAG

const QString WIDTH_TAG = "wdth"

Definition at line 15 of file FontAxesModel.cpp.