Hi, everyone!
I have one small Qt4-project, where i dynamicly create QTextDocument from html-file (without any css and etc formatting - only <p> and <br>), remove internal "regular-expressions" and print it.
But text processing in Qt is so hard for me, so i don't understand how to set line height there. Setting smaller font's size just makes letters smaller, but line height is still old.
Please, help me with this text processing.