From 4f0ef61d4e6d5ccc986781d55bf79e0ee707f692 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Jun 2013 20:38:12 +0000 Subject: (svn r25466) -Add: drawing routine for the layout engine --- src/gfx_layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx_layout.h') diff --git a/src/gfx_layout.h b/src/gfx_layout.h index cf4f1f90a..7960bf2a2 100644 --- a/src/gfx_layout.h +++ b/src/gfx_layout.h @@ -35,7 +35,7 @@ typedef SmallMap 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 -- cgit v1.2.3-54-g00ecf