getKerningSizeGlyphs method

int getKerningSizeGlyphs(
  1. int previousCh,
  2. int ch
)

Implementation

int getKerningSizeGlyphs(int previousCh, int ch) {
  // 2877
  return ttfGetFontKerningSizeGlyphs(this, previousCh, ch);
}