Module Ttf.GlyphMetrics

type t = {
  1. min_x : int;
  2. max_x : int;
  3. min_y : int;
  4. max_y : int;
  5. advance : int;
}