module Units:Units and Unit Conversionsig
..end
type
unit =
| |
PdfPoint |
| |
Inch |
| |
Centimetre |
| |
Millimetre |
| |
Pixel |
val convert : float -> unit -> unit -> float -> float
convert d u u'
produces a convertor converting from unit u
to u'
with
dpi d