module Font:sig..end
val new_font : unit -> SWF.fontval load_from_file : filename:string -> SWF.fontval destroy : font:SWF.font -> unitval get_string_width : font:SWF.font -> string:string -> floatval get_ascent : font:SWF.font -> floatval get_descent : font:SWF.font -> floatval get_leading : font:SWF.font -> float