glyphIsProvided method

int glyphIsProvided(
  1. int ch
)

Implementation

int glyphIsProvided(int ch) {
  // 927
  return ttfGlyphIsProvided(this, ch);
}