Changeset 238:380bad9f6852 for dwt/graphics/GlyphMetrics.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/graphics/GlyphMetrics.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/GlyphMetrics.d
r194 r238 12 12 *******************************************************************************/ 13 13 module dwt.graphics.GlyphMetrics; 14 15 import dwt.dwthelper.utils; 14 16 15 17 import dwt.DWT; … … 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 }
