mirror of https://github.com/procxx/kepka.git
Sometimes Text::_maxWidth was not accumulated correctly because the intermediate text blocks had negative right bearing larger than the whole width of the next text block, so the final computed line width was less than some intermediate value. Now we accumulate the _maxWidth value after each block making this value correct. |
||
---|---|---|
.. | ||
text.cpp | ||
text.h | ||
text_block.cpp | ||
text_block.h | ||
text_entity.cpp | ||
text_entity.h |