(svn r25466) -Add: drawing routine for the layout engine

This commit is contained in:
rubidium
2013-06-25 20:38:12 +00:00
parent c0538388c9
commit fd2c650463
2 changed files with 95 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ typedef SmallMap<int, Font *> FontMap;
* visual runs.
*
* One constructs this class with the text that needs to be split into
* lines. Then nextLine is called with the maximum with until NULL is
* lines. Then nextLine is called with the maximum width until NULL is
* returned. Each nextLine call creates VisualRuns which contain the
* length of text that are to be drawn with the same font. In other
* words, the result of this class is a list of sub strings with their