comparison dwt/graphics/Font.d @ 255:5a30aa9820f3

removed tango.stdc.stringz imports and allow null for arrays and string arguments.
author Frank Benoit <benoit@tionex.de>
date Sun, 15 Jun 2008 22:32:20 +0200
parents ce446666f5a2
children c0d810de7093
comparison
equal deleted inserted replaced
254:8bca790583c3 255:5a30aa9820f3
21 import dwt.graphics.Device; 21 import dwt.graphics.Device;
22 import dwt.internal.Converter; 22 import dwt.internal.Converter;
23 import dwt.internal.gtk.OS; 23 import dwt.internal.gtk.OS;
24 24
25 import tango.text.convert.Format; 25 import tango.text.convert.Format;
26 import tango.stdc.stringz;
27 26
28 /** 27 /**
29 * Instances of this class manage operating system resources that 28 * Instances of this class manage operating system resources that
30 * define how text looks when it is displayed. Fonts may be constructed 29 * define how text looks when it is displayed. Fonts may be constructed
31 * by providing a device and either name, size and style information 30 * by providing a device and either name, size and style information