setSdf method

int setSdf(
  1. bool onOff
)

Implementation

int setSdf(bool onOff) {
  // 2932
  return ttfSetFontSdf(this, onOff);
}