drawTextElement method

void drawTextElement(
  1. TextElement element
)

Implementation

void drawTextElement(TextElement element) {
  _renderQueue.allocate().setText(element);
}