Class RichTextArea
#include <Geode/ui/TextArea.hpp>classRichTextArea:publicgeode::SimpleTextArea,publiccocos2d::CCTouchDelegate{ ... }
No description provided
Examples0
Public static methods2
staticgeode::RichTextArea*create(std::stringtext,std::stringfont,floatscale)
No description provided
staticgeode::RichTextArea*create(std::stringtext,std::stringfont,floatscale,floatwidth)
No description provided
Public member functions3
virtualvoidsetText(std::stringtext)
No description provided
std::stringgetRawText()
No description provided
voidregisterRichTextKey()
No description provided
Fields0
Protected member functions1
virtualstd::unique_ptr<geode::SimpleTextAreaImpl>createImpl()
No description provided