pangocairo Reference Manual

Synopsis

public interface CairoFontMap {
    public    weak Context              create_context            (  ) ;
    public    static weak FontMap       get_default               (  ) ;
    public    Cairo.FontType            get_font_type             (  ) ;
    public    double                    get_resolution            (  ) ;
    public    static weak FontMap       new                       (  ) ;
    public    static weak FontMap       new_for_font_type         ( Cairo.FontType      fonttype ) ;
    public    void                      set_resolution            ( double              dpi ) ;
}

Description

Details

Signal Details

Property Details

Method Details

create_context ()
    public    weak Context              create_context            (  ) ;		

get_default ()
    public    static weak FontMap       get_default               (  ) ;		

get_font_type ()
    public    Cairo.FontType            get_font_type             (  ) ;		

get_resolution ()
    public    double                    get_resolution            (  ) ;		

new ()
    public    static weak FontMap       new                       (  ) ;		

new_for_font_type ()
    public    static weak FontMap       new_for_font_type         ( Cairo.FontType      fonttype ) ;		

set_resolution ()
    public    void                      set_resolution            ( double              dpi ) ;		


Created by Valadoc