comparison dwt/graphics/FontData.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 0a96e5a30470
children 108ba7ff5a0b
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
15 15
16 import dwt.DWT; 16 import dwt.DWT;
17 import dwt.internal.win32.OS; 17 import dwt.internal.win32.OS;
18 18
19 import dwt.dwthelper.utils; 19 import dwt.dwthelper.utils;
20 import dwt.dwthelper.Float;
21 import dwt.dwthelper.Integer;
22 static import tango.text.Text; 20 static import tango.text.Text;
23 import tango.util.Convert; 21 import tango.util.Convert;
24 alias tango.text.Text.Text!(char) StringBuffer; 22 alias tango.text.Text.Text!(char) StringBuffer;
25 23
26 /** 24 /**