dmuratshin пре 8 година
родитељ
комит
62c1e488cf
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      oxygine/src/TextField.h

+ 2 - 1
oxygine/src/TextField.h

@@ -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.
         */