Module Pdfafm

module Pdfafm: sig .. end
Parse Adobe Font Metrics files

val read : Pdfio.input -> (int * int) list * (int * int * int) list
Return the character metrics (character, width) and kerning pairs (char1, char2, kerm) from an AFM file. May raise Failure.