Up
–
tsdl-ttf
»
Tsdl_ttf
»
Ttf
» GlyphMetrics
Module
Ttf.GlyphMetrics
type
t
=
{
min_x : int;
max_x : int;
min_y : int;
max_y : int;
advance : int;
}