DrawText::GetHtmlText

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

GetHtmlText returns currently set text in HTML format. If plain text is used with setting formatting by calling methods, such as SetColor, SetFont, etc, then this text will be converted to appropriate HTML format by GetHtmlText method.

Return Value

Currently set text in HTML format.