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 ) ;
}
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 ) ;
Created by Valadoc