package tsdl-ttf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. min_x : int;
  2. max_x : int;
  3. min_y : int;
  4. max_y : int;
  5. advance : int;
}