sizeText method

int sizeText(
  1. String text,
  2. Pointer<Int32> w,
  3. Pointer<Int32> h
)

Implementation

int sizeText(String text, Pointer<Int32> w, Pointer<Int32> h) {
  // 1089
  return ttfSizeText(this, text, w, h);
}