X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-label-devel.h;h=0b1627375286e044891f7d026b6f581ba9c4110f;hp=ec6b9351c78e6c825ebff65e227a689fa2f68bdd;hb=ce96793b0e8a68de6c562c1ad3114145b5223203;hpb=be63b5f23fb1c1a58a45cb2e88374dca1094d297 diff --git a/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h old mode 100755 new mode 100644 index ec6b935..0b16273 --- a/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h @@ -101,27 +101,6 @@ namespace Property * @note The default value is true */ IGNORE_SPACES_AFTER_TEXT, - - /** - * @brief Modifies the default text alignment to match the direction of the system language. - * @details Name "matchSystemLanguageDirection", type (Property::BOLEAN), Read/Write - * @note The default value is false - * - * If MATCH_SYSTEM_LANGUAGE_DIRECTION property set true, the default text alignment to match the direction of the system language. - * - * ex) Current system language direction LTR. - * TextLabel::New("Hello world \n ﻡﺮﺤﺑﺍ. "); - * TextLabel::Property::HORIZONTAL_ALIGNMENT, "END" - * - * | TextLabel::Property::MATCH_SYSTEM_LANGUAGE_DIRECTION | - * |----------------------------------------------------------------------- - * | false (default) | true | - * |-----------------------------------|----------------------------------| - * | Hello world | Hello world | - * | ﻡﺮﺤﺑﺍ. | ﻡﺮﺤﺑﺍ. | - * - */ - MATCH_SYSTEM_LANGUAGE_DIRECTION, }; } // namespace Property