/usr/lib/ocaml/camlpdf/pdfcff.mli is in libcamlpdf-ocaml-dev 2.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | (** Convert a CFF Type 1 Font to a Type 3 Font. *)
(** The Type 3 font is not necessarily valid for inclusion in a PDF, we just
intend to use it for rendering. *)
val to_type3 : Pdf.t -> Pdftext.font -> Pdftext.font
|