cpdf-source/cpdftexttopdf.mli
John Whitington c08b0351ca more
2022-09-21 15:30:28 +01:00

5 lines
169 B
OCaml

(** Text to PDF *)
(** Typeset a text file as a PDF. *)
val typeset : ?pdf:Pdf.t -> papersize:Pdfpaper.t -> font:Pdftext.font -> fontsize:float -> Pdfio.bytes -> Pdf.t