QtPBFImagePlugin/src/font.h
Martin Tůma c97f2235a9 Added font properties handling
Added support for boolean functions
2018-11-06 22:35:30 +01:00

14 lines
151 B
C++

#ifndef FONT_H
#define FONT_H
#include <QFont>
class QJsonArray;
namespace Font
{
QFont fromJsonArray(const QJsonArray &json);
}
#endif // FONT_H