package cairo

  1. Overview
  2. Docs
type surface = [ `Any | `PDF ] Cairo.surface
val surface_create_for_channel : Pervasives.out_channel -> width_in_points:float -> height_in_points:float -> surface
val surface_create_for_stream : (string -> unit) -> width_in_points:float -> height_in_points:float -> surface
val set_size : [> `PDF ] Cairo.surface -> width_in_points:float -> height_in_points:float -> unit
OCaml

Innovation. Community. Security.