Refactor|Client|FontLineWrapping: Working on wrapping of tab stops
Previously GLTextComposer was solely responsible for tab stops,however obviously the line has less room for text if tab stops arebeing applied.
Refactoring FontLineWrapping so that it can check tab stop widthsalready during the line wrapping process.
View differences
Refactor|Client|FontLineWrapping: Working on wrapping of tab stops
Previously GLTextComposer was solely responsible for tab stops,
however obviously the line has less room for text if tab stops are
being applied.
Refactoring FontLineWrapping so that it can check tab stop widths
already during the line wrapping process.