Module SWF.Font


module Font: sig .. end

val new_font : unit -> SWF.font
val load_from_file : filename:string -> SWF.font
val destroy : font:SWF.font -> unit
val get_string_width : font:SWF.font -> string:string -> float
val get_ascent : font:SWF.font -> float
val get_descent : font:SWF.font -> float
val get_leading : font:SWF.font -> float