onDrawText abstract method

void onDrawText(
  1. int textId,
  2. int? fillId,
  3. int? strokeId,
  4. int? patternId,
)

A text block has been decoded.

Implementation

void onDrawText(
  int textId,
  int? fillId,
  int? strokeId,
  int? patternId,
);