public class FontDescription : Boxed {
public FontDescription ( ) ;
public bool better_match ( FontDescription old_match,
FontDescription new_match ) ;
public weak FontDescription copy ( ) ;
public weak FontDescription copy_static ( ) ;
public bool equal ( FontDescription desc2 ) ;
public static weak FontDescription from_string ( string str ) ;
public weak string get_family ( ) ;
public Gravity get_gravity ( ) ;
public FontMask get_set_fields ( ) ;
public int get_size ( ) ;
public bool get_size_is_absolute ( ) ;
public Stretch get_stretch ( ) ;
public Style get_style ( ) ;
public Variant get_variant ( ) ;
public Weight get_weight ( ) ;
public uint hash ( ) ;
public void merge ( FontDescription desc_to_merge,
bool replace_existing ) ;
public void merge_static ( FontDescription desc_to_merge,
bool replace_existing ) ;
public void set_absolute_size ( double size ) ;
public void set_family ( string family ) ;
public void set_family_static ( string family ) ;
public void set_gravity ( Gravity gravity ) ;
public void set_size ( int size ) ;
public void set_stretch ( Stretch stretch ) ;
public void set_style ( Style style ) ;
public void set_variant ( Variant variant ) ;
public void set_weight ( Weight weight ) ;
public weak string to_filename ( ) ;
public weak string to_string ( ) ;
public void unset_fields ( FontMask to_unset ) ;
}

public FontDescription ( ) ;
public bool better_match ( FontDescription old_match,
FontDescription new_match ) ;
public weak FontDescription copy ( ) ;
public weak FontDescription copy_static ( ) ;
public bool equal ( FontDescription desc2 ) ;
public static weak FontDescription from_string ( string str ) ;
public weak string get_family ( ) ;
public Gravity get_gravity ( ) ;
public FontMask get_set_fields ( ) ;
public int get_size ( ) ;
public bool get_size_is_absolute ( ) ;
public Stretch get_stretch ( ) ;
public Style get_style ( ) ;
public Variant get_variant ( ) ;
public Weight get_weight ( ) ;
public uint hash ( ) ;
public void merge ( FontDescription desc_to_merge,
bool replace_existing ) ;
public void merge_static ( FontDescription desc_to_merge,
bool replace_existing ) ;
public void set_absolute_size ( double size ) ;
public void set_family ( string family ) ;
public void set_family_static ( string family ) ;
public void set_gravity ( Gravity gravity ) ;
public void set_size ( int size ) ;
public void set_stretch ( Stretch stretch ) ;
public void set_style ( Style style ) ;
public void set_variant ( Variant variant ) ;
public void set_weight ( Weight weight ) ;
public weak string to_filename ( ) ;
public weak string to_string ( ) ;
public void unset_fields ( FontMask to_unset ) ;
Created by Valadoc