setC method

Implementation

GlyphInfoC setC(GlyphInfoC o) {
  value = o.value;
  offsetX = o.offsetX;
  offsetY = o.offsetY;
  advanceX = o.advanceX;
  image.setC(o.image);
  return this;
}