Glyph constructor

Glyph(
  1. dynamic options
)

Implementation

Glyph(options) {
  // By putting all the code on a prototype function (which is only declared once)
  // we reduce the memory requirements for larger fonts by some 2%
  this.bindConstructorValues(options);
}