comparison dwt/graphics/TextLayout.d @ 331:27479f54069d

Removed trace outputs.
author Frank Benoit <benoit@tionex.de>
date Tue, 27 Jan 2009 10:40:55 +0100
parents 7066c4836d65
children
comparison
equal deleted inserted replaced
330:f980ea238e72 331:27479f54069d
23 + 'text' is the original user text, 'segmentsText' is the user text stuffed with 23 + 'text' is the original user text, 'segmentsText' is the user text stuffed with
24 + RTL/LTR markers for each line or in addition for User supplied segments. A segment 24 + RTL/LTR markers for each line or in addition for User supplied segments. A segment
25 + is a range where Bidi char reordering can happen. 25 + is a range where Bidi char reordering can happen.
26 + The 'runs' are those ranges with an idiviual style. 26 + The 'runs' are those ranges with an idiviual style.
27 +/ 27 +/
28 import tango.util.log.Trace;
29
30 import dwt.DWT; 28 import dwt.DWT;
31 import dwt.DWTException; 29 import dwt.DWTException;
32 import dwt.internal.Compatibility; 30 import dwt.internal.Compatibility;
33 import dwt.internal.gdip.Gdip; 31 import dwt.internal.gdip.Gdip;
34 32