ImageManager.drawText

Draws text on the image.

class ImageManager
final
bool
drawText

Parameters

text string

The text to draw.

options TextOptions

The text drawing options.

Return Value

Type: bool

True if the action was successfully executed, false otherwise.

Meta