DrawText::GetText

DrawText::GetText
virtual String GetText() const = 0;
Description

GetText method returns currently set text in UTF-8 format, set by SetText. It returns plain text value; even if HTML is used, it returns the string with all HTML tags stripped out.

Return Value

Current set text in UTF-8 format.