/**
  * Report the features that describe a given glyph.
  *
  * @param glyph the glyph to describe
  * @return the glyph shape features, an array of size length()
  */
 public static double[] features(Glyph glyph) {
   return INSTANCE.features(glyph);
 }