Ejemplo n.º 1
0
 /**
  * adds glyph to the 'glyf' subtable.
  *
  * @param a_glyph the glyph to be added.
  * @return 'glyf' index of the added glyph.
  */
 public int addGlyph(TTGlyph a_glyph) {
   return m_glyf.add(a_glyph);
 }