|
|
@@ -85,7 +85,8 @@ namespace oxygine
|
|
|
/**Changes text widestring*/
|
|
|
void setText(const std::wstring& str);
|
|
|
/**Changes text.
|
|
|
- Supports html style tags: <br/> - break line, <div color='FFFFFF'/>colored text </div>, <div c='FFFFFF'/>colored text</div>
|
|
|
+ Supports pseudo html style tags: <br/> - break line, <div color='FFFFFF'/>colored text </div>, <div c='FFFFFF'/>colored text</div>,
|
|
|
+ in pair with oxygine-freetype you may use 'opt': <div opt=123>custom option</div>, <div c='ffffff' opt=123>custom option with color</div>
|
|
|
example:
|
|
|
This is <div c='ff0000'/> colored text <div/>supports <div c='00ff00AA'/>nested tags</div><br/> with broken line.
|
|
|
*/
|