setD method

Pointer<FontC> setD(
  1. FontD o
)

Implementation

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