public class Font : Object {
public weak FontDescription describe ( ) ;
public weak FontDescription describe_with_absolute_size ( ) ;
public static void descriptions_free ( FontDescription[] descs ) ;
public weak EngineShape find_shaper ( Language language,
uint ch ) ;
public weak Coverage get_coverage ( Language language ) ;
public weak FontMap get_font_map ( ) ;
public void get_glyph_extents ( Glyph glyph,
Rectangle ink_rect,
Rectangle logical_rect ) ;
public weak FontMetrics get_metrics ( Language language ) ;
}

public weak FontDescription describe ( ) ;
public weak FontDescription describe_with_absolute_size ( ) ;
public static void descriptions_free ( FontDescription[] descs ) ;
public weak EngineShape find_shaper ( Language language,
uint ch ) ;
public weak Coverage get_coverage ( Language language ) ;
public weak FontMap get_font_map ( ) ;
public void get_glyph_extents ( Glyph glyph,
Rectangle ink_rect,
Rectangle logical_rect ) ;
public weak FontMetrics get_metrics ( Language language ) ;
Created by Valadoc