measureUnicode method

int measureUnicode(
  1. Pointer<Uint16> text,
  2. int measureWidth,
  3. Pointer<Int32> extent,
  4. Pointer<Int32> count,
)

Implementation

int measureUnicode(Pointer<Uint16> text, int measureWidth,
    Pointer<Int32> extent, Pointer<Int32> count) {
  // 1285
  return ttfMeasureUnicode(this, text, measureWidth, extent, count);
}