Module CL_Font_Vector

module CL_Font_Vector: sig .. end

API documentation for the class CL_Font_Vector

type t 
val init : typeface:string -> height:int -> t
val of_desc : desc:CL_FontDescription.t -> t
val delete : t -> unit
val draw_glyphs : font:t ->
gc:CL_GraphicContext.t ->
text:string ->
pos:float * float -> length:int -> filled:bool -> color:CL_Colorf.t -> unit
val get_text_size : font:t -> gc:CL_GraphicContext.t -> text:string -> CL_Sizef.t
val draw_text : font:t ->
gc:CL_GraphicContext.t ->
pos:float * float -> text:string -> ?color:CL_Colorf.t -> unit -> unit