Changeset 480 for trunk/src/cairo/ScaledFont.d
- Timestamp:
- 03/25/08 18:16:02 (8 months ago)
- Files:
-
- trunk/src/cairo/ScaledFont.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cairo/ScaledFont.d
r426 r480 54 54 * module aliases: 55 55 * local aliases: 56 * overrides: 56 57 */ 57 58 … … 211 212 * extents = a cairo_text_extents_t which to store the retrieved extents. 212 213 */ 213 public void textExtents( char[]utf8, cairo_text_extents_t* extents)214 public void textExtents(string utf8, cairo_text_extents_t* extents) 214 215 { 215 216 // void cairo_scaled_font_text_extents (cairo_scaled_font_t *scaled_font, const char *utf8, cairo_text_extents_t *extents);
