Variable Glyph.originY

4: Y origin for glyph

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