package cairo2

  1. Overview
  2. Docs
val create : fname:string -> width:float -> height:float -> Surface.t
val create_for_stream : output:(string -> unit) -> width:float -> height:float -> Surface.t
val set_size : Surface.t -> width:float -> height:float -> unit