/usr/lib/ocaml/camlpdf/pdfafmdata.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 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | (** AFM Data for the standard 14 fonts *)
val courier_afm : string
val courier_oblique_afm : string
val courier_bold_afm : string
val courier_bold_oblique_afm : string
val times_roman_afm : string
val times_bold_afm : string
val times_italic_afm : string
val times_bold_italic_afm : string
val helvetica_afm : string
val helvetica_bold_afm : string
val helvetica_oblique_afm : string
val helvetica_bold_oblique_afm : string
val symbol_afm : string
val zapf_dingbats_afm : string
|