package biotk

  1. Overview
  2. Docs
type t
val name : t -> string
val data : t -> string
val ascender : t -> float
val descender : t -> float
val xmin : t -> float
val ymin : t -> float
val xmax : t -> float
val ymax : t -> float
val load_from_string : string -> (t, [> Otfm.error ]) result
val load_from_file : string -> (t, [> Otfm.error | `Read_error of string ]) result