From b1e25a64dee20f7eb5b7fc15414fb69a7b0ace1d Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Wed, 10 Feb 2021 15:50:33 +1100 Subject: geminirenderer: readibility improvements Values are hard-coded at the moment. Need preferences --- src/renderers/textstyleinstance.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/renderers/textstyleinstance.hpp') 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); }; -- cgit v1.2.3