Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgTextToolOptionsData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6#ifndef SVGTEXTTOOLOPTIONSDATA_H
7#define SVGTEXTTOOLOPTIONSDATA_H
8
9#include <QString>
10
12{
14 QString cssStylePresetName = QString();
15
16 bool useVisualBidiCursor = false;
17
19
20 void writeConfig(const QString &toolId);
21 void loadConfig(const QString &toolId);
22 void resetConfig();
23};
24
25#endif // SVGTEXTTOOLOPTIONSDATA_H
void writeConfig(const QString &toolId)
void loadConfig(const QString &toolId)