Changeset 212:ab60f3309436 for dwt/graphics/GlyphMetrics.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/graphics/GlyphMetrics.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/GlyphMetrics.d
r12 r212 15 15 import dwt.DWT; 16 16 import tango.text.convert.Format; 17 import dwt.dwthelper.utils; 18 17 19 /** 18 20 * Instances of this class represent glyph metrics. … … 107 109 * @return a string representation of the <code>GlyphMetrics</code> 108 110 */ 109 public override char[]toString () {111 public override String toString () { 110 112 return Format( "GlyphMetrics {{{}, {}, {}}", ascent, descent, width ); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ 111 113 }
