Module Units


module Units: sig .. end
Units and Unit Conversion


type unit =
| PdfPoint
| Inch
| Centimetre
| Millimetre
| Pixel
The type of units
val convert : float -> unit -> unit -> float -> float
convert d u u' produces a convertor converting from unit u to u' with dpi d