Variable GlyphMetrics.advance

Advancing step size of the glyph

struct GlyphMetrics
{
  // ...
  int advance ;
  // ...
}