Variable Glyph.id

0: unique id of glyph (for drawing in hardware accelerated scenes)

struct Glyph
{
  // ...
  uint id;
  // ...
}