setC method

Pointer<FontC> setC(
  1. FontC o
)

Implementation

Pointer<FontC> setC(FontC o) {
  ref.setC(o);
  return this;
}