aboutsummaryrefslogtreecommitdiff
path: root/src/renderers/textstyleinstance.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-10 15:50:33 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-10 10:06:15 +0100
commitb1e25a64dee20f7eb5b7fc15414fb69a7b0ace1d (patch)
tree4a3fa888b9bf10495425536409f09316f86624cd /src/renderers/textstyleinstance.hpp
parent08e2184c9f77fa627d33c2de08addae934a2308f (diff)
downloadkristall-b1e25a64dee20f7eb5b7fc15414fb69a7b0ace1d.tar.gz
geminirenderer: readibility improvements
Values are hard-coded at the moment. Need preferences
Diffstat (limited to 'src/renderers/textstyleinstance.hpp')
-rw-r--r--src/renderers/textstyleinstance.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp
index eb8b513..043ddcb 100644
--- a/src/renderers/textstyleinstance.hpp
+++ b/src/renderers/textstyleinstance.hpp
@@ -20,6 +20,9 @@ struct TextStyleInstance
QTextBlockFormat standard_format;
QTextBlockFormat preformatted_format;
QTextBlockFormat block_quote_format;
+ QTextBlockFormat heading_format;
+ QTextBlockFormat link_format;
+ QTextBlockFormat list_format;
explicit TextStyleInstance(DocumentStyle const & style);
};