QtPBFImagePlugin/src/font.h

14 lines
151 B
C
Raw Normal View History

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