Files
lcd-image-converter/classes/data/tfontparameters.h
2015-11-02 20:30:14 +05:00

18 lines
403 B
C

#ifndef TFONTPARAMETERS
#define TFONTPARAMETERS
#include <QObject>
//-----------------------------------------------------------------------------
struct tFontParameters
{
QString family;
QString style;
int size;
bool monospaced;
bool antiAliasing;
bool alphaChannel;
};
//-----------------------------------------------------------------------------
#endif // TFONTPARAMETERS