setC method
Copies the fields of the native struct o into this instance.
Implementation
@override
GlyphInfoD setC(GlyphInfoC o) {
value = o.value;
offsetX = o.offsetX;
offsetY = o.offsetY;
advanceX = o.advanceX;
image.setC(o.image);
return this;
}