cpdf-source/cpdftexttopdf.mli
John Whitington 550f809896 more
2022-09-13 17:59:13 +01:00

5 lines
155 B
OCaml

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