package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pt_of_mm : float -> float

pt_of_mm l converts l from Adobe points to millimeters.

val mm_of_pt : float -> float

mm_of_pt l converts l from millimeters to Adobe points.

val a4 : float * float

Width and height of the A4 page format (in millimeters).

type visibility =
  1. | Private
  2. | Group
  3. | Public
val vis_to_string : visibility -> string