]> git.lyx.org Git - features.git/commit
Cleanup TextMetrics::rowBreakPoint.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 13 Jun 2013 22:01:49 +0000 (00:01 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 25 Jun 2014 15:53:34 +0000 (17:53 +0200)
commitfe8c3b4348b47099171957ea76daf9ccc019a5d1
treed105a98bf9b3d717f793ad4eb7634cf3b3278a31
parentedcedf33243d549c24a9ed9e37383f9c7d14d1e0
Cleanup TextMetrics::rowBreakPoint.

Collect properly all strings to compute string metrics

Some changes with respect to existing code
 - end of paragraph font is now the one of the text
 - words longer than a line are not broken anymore. I think this is not useful  if we have horizontal scrollbar

Other than that, the code is still compatible with rowWidth and friends.
src/TextMetrics.cpp