Variable GlyphMetrics.max

Tuple of the maxX and maxY values

struct GlyphMetrics
{
  // ...
  int[2] max ;
  // ...
}