Module Mlpost__Cairost

val supported : bool
module M = Mlpost.Mps
val emit_pdf : ?⁠msg_error:float -> string -> Mlpost__.Types.commandpic -> unit
val emit_ps : string -> Mlpost__.Types.commandpic -> unit
val emit_png : string -> Mlpost__.Types.commandpic -> unit
val emit_svg : string -> Mlpost__.Types.commandpic -> unit
val emit_pdfs : string -> Mlpost__.Types.commandpic list -> unit
type cairo_t = Cairo.context
val emit_cairo : Cairo.context -> (float * float) -> Mlpost__.Types.commandpic -> unit
val dump_pdf : unit -> unit
val dump_pdfs : string -> unit
val generate_pdfs : string -> (int * Mlpost__.Types.commandpic) list -> unit
val dump_ext : string -> (string -> Mlpost__.Types.commandpic -> unit) -> unit -> unit
val dump_ps : unit -> unit
val dump_png : unit -> unit
val dump_svg : unit -> unit