setD method
Implementation
GlyphInfoC setD(GlyphInfoD o) {
value = o.value;
offsetX = o.offsetX;
offsetY = o.offsetY;
advanceX = o.advanceX;
image.setD(o.image);
return this;
}
GlyphInfoC setD(GlyphInfoD o) {
value = o.value;
offsetX = o.offsetX;
offsetY = o.offsetY;
advanceX = o.advanceX;
image.setD(o.image);
return this;
}