diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-10 15:50:33 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-10 10:06:15 +0100 |
| commit | b1e25a64dee20f7eb5b7fc15414fb69a7b0ace1d (patch) | |
| tree | 4a3fa888b9bf10495425536409f09316f86624cd /src/renderers/textstyleinstance.hpp | |
| parent | 08e2184c9f77fa627d33c2de08addae934a2308f (diff) | |
| download | kristall-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.hpp | 3 |
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); }; |
