tsdl_ttf
Ttf.GlyphMetrics
type t = {
min_x : int;
max_x : int;
min_y : int;
max_y : int;
advance : int;
}