getKerningSizeGlyphs32 method

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

Implementation

int getKerningSizeGlyphs32(int previousCh, int ch) {
  // 2903
  return ttfGetFontKerningSizeGlyphs32(this, previousCh, ch);
}