package graphv_font

  1. Overview
  2. Docs
type t = {
  1. mutable x0 : float;
  2. mutable y0 : float;
  3. mutable s0 : float;
  4. mutable t0 : float;
  5. mutable x1 : float;
  6. mutable y1 : float;
  7. mutable s1 : float;
  8. mutable t1 : float;
}
val empty : unit -> t