Variable Glyph.glyph

< 10: glyph data, arbitrary size (blackBoxX * blackBoxY)

struct Glyph
{
  // ...
  ubyte[] glyph;
  // ...
}