package pcf-format

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. left_side_bearing : int;
  2. right_side_bearing : int;
  3. character_width : int;
  4. character_ascent : int;
  5. character_descent : int;
}
val to_string : t -> string