Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_txt2_utls.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_TXT2_UTLS_H
8#define KIS_TXT2_UTLS_H
9
10#include <QVariantHash>
11#include "kritapsdutils_export.h"
12
20class KRITAPSDUTILS_EXPORT KisTxt2Utils
21{
22public:
23
39 static QVariantHash uncompressKeys(QVariantHash doc);
40
47 static QVariantHash defaultTxt2();
48
57 static QVariantHash tyShFromTxt2(const QVariantHash Txt2, const QRectF boundsInPx, int textIndex);
58};
59
60#endif // KIS_TXT2_UTLS_H
The KisTxt2Utils class.