Variable Glyph.widthPixels

5: full width of glyph

struct Glyph
{
  // ...
  ubyte widthPixels;
  // ...
}