package pcf-format

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. no_overlap : bool;
  2. constant_metrics : bool;
  3. terminal_font : bool;
  4. constant_width : bool;
  5. ink_inside : bool;
  6. ink_metrics : bool;
  7. draw_direction : direction;
  8. font_ascent : int;
  9. font_descent : int;
  10. min_bounds : Metrics.t;
  11. max_bounds : Metrics.t;
}
val to_string : t -> string