sig
  type unit = PdfPoint | Inch | Centimetre | Millimetre | Pixel
  val convert : float -> Units.unit -> Units.unit -> float -> float
end