File: pdfcff.mli

package info (click to toggle)
camlpdf 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,404 kB
  • ctags: 4,120
  • sloc: ml: 46,086; ansic: 6,046; makefile: 98; sh: 1
file content (6 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
(** 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