setKerning method

void setKerning(
  1. int allowed
)

Implementation

void setKerning(int allowed) {
  // 807
  ttfSetFontKerning(this, allowed);
}