Changeset 183:9b6243da08a5
- Timestamp:
- 03/02/08 12:40:10 (6 months ago)
- Files:
-
- dwt/graphics/TextLayout.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/TextLayout.d
r182 r183 1593 1593 */ 1594 1594 public void setStyle (TextStyle style, int start, int end) { 1595 char[] styleTxt = "<null>";1596 if( style !is null ){1597 styleTxt = style.toString;1598 }1599 1595 checkLayout(); 1600 1596 int length = text.length;
