Variable Glyph.originX

3: X origin for glyph

struct Glyph
{
  // ...
  byte originX;
  // ...
}