pango Reference Manual

Synopsis

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 ) ;
}

FontDescription Description

Details

Constructor Details

FontDescription ()
    public                              FontDescription           (  ) ;		

Field Details

Signal Details

Property Details

Method Details

better_match ()
    public    bool                      better_match              ( FontDescription     old_match,
                                                                    FontDescription     new_match ) ;		

copy ()
    public    weak FontDescription      copy                      (  ) ;		

copy_static ()
    public    weak FontDescription      copy_static               (  ) ;		

equal ()
    public    bool                      equal                     ( FontDescription     desc2 ) ;		

from_string ()
    public    static weak FontDescription  from_string               ( string              str ) ;		

get_family ()
    public    weak string               get_family                (  ) ;		

get_gravity ()
    public    Gravity                   get_gravity               (  ) ;		

get_set_fields ()
    public    FontMask                  get_set_fields            (  ) ;		

get_size ()
    public    int                       get_size                  (  ) ;		

get_size_is_absolute ()
    public    bool                      get_size_is_absolute      (  ) ;		

get_stretch ()
    public    Stretch                   get_stretch               (  ) ;		

get_style ()
    public    Style                     get_style                 (  ) ;		

get_variant ()
    public    Variant                   get_variant               (  ) ;		

get_weight ()
    public    Weight                    get_weight                (  ) ;		

hash ()
    public    uint                      hash                      (  ) ;		

merge ()
    public    void                      merge                     ( FontDescription     desc_to_merge,
                                                                    bool                replace_existing ) ;		

merge_static ()
    public    void                      merge_static              ( FontDescription     desc_to_merge,
                                                                    bool                replace_existing ) ;		

set_absolute_size ()
    public    void                      set_absolute_size         ( double              size ) ;		

set_family ()
    public    void                      set_family                ( string              family ) ;		

set_family_static ()
    public    void                      set_family_static         ( string              family ) ;		

set_gravity ()
    public    void                      set_gravity               ( Gravity             gravity ) ;		

set_size ()
    public    void                      set_size                  ( int                 size ) ;		

set_stretch ()
    public    void                      set_stretch               ( Stretch             stretch ) ;		

set_style ()
    public    void                      set_style                 ( Style               style ) ;		

set_variant ()
    public    void                      set_variant               ( Variant             variant ) ;		

set_weight ()
    public    void                      set_weight                ( Weight              weight ) ;		

to_filename ()
    public    weak string               to_filename               (  ) ;		

to_string ()
    public    weak string               to_string                 (  ) ;		

unset_fields ()
    public    void                      unset_fields              ( FontMask            to_unset ) ;		


Created by Valadoc