- Timestamp:
- 07/27/08 07:07:12 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/placement_finder.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/placement_finder.cpp
r683 r716 276 276 } 277 277 line_width += word_width; 278 line_height = line_height > word_height ? line_height : word_height; 278 279 string_width = string_width > line_width ? string_width : line_width; 280 string_height += line_height; 279 281 line_breaks.push_back(p.info.num_characters() + 1); 280 282 line_widths.push_back(line_width);
