Changeset 494

Show
Ignore:
Timestamp:
04/24/08 13:36:50 (4 months ago)
Author:
Mike Wey
Message:

Fix PgFontDescription? constructor - See: http://dsource.org/forums/viewtopic.php?t=3835

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/pango/PgFontDescription.d

    r480 r494  
    115115    { 
    116116        this(); 
    117         setFamily("Sans"); 
     117        setFamily(family); 
    118118        setSize(size * PANGO_SCALE); 
    119119    } 
  • trunk/wrap/APILookupPango.txt

    r478 r494  
    229229    { 
    230230        this(); 
    231         setFamily("Sans"); 
     231        setFamily(family); 
    232232        setSize(size * PANGO_SCALE); 
    233233    }