module Pdfafm: sig
.. end
Parse Adobe Font Metrics files
val read : Pdfio.input ->
(string * string) list * (int * int) list * (int * int * int) list
Return the header lines (header item, contents), character metrics
(character, width) and kerning pairs (char1, char2, kerm) from an AFM file. May
raise Failure
.