X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Ftext-visual-properties.h;h=2ab1cba4fe30c767ff4622a7262f8150616e2784;hb=6eee36854d7300b8311459466f961f42615e6b97;hp=10c4ab734ef94665489bf611dc527be0f1654495;hpb=410125f32fcd135226a2a0a668b2855ea9e17a69;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/text-visual-properties.h b/dali-toolkit/public-api/visuals/text-visual-properties.h index 10c4ab7..2ab1cba 100644 --- a/dali-toolkit/public-api/visuals/text-visual-properties.h +++ b/dali-toolkit/public-api/visuals/text-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_VISUAL_PROPERTIES_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ namespace Dali { - namespace Toolkit { /** @@ -32,15 +31,21 @@ namespace Toolkit */ /** - * @brief TextVisual Properties + * @brief TextVisual is to render a text. * @SINCE_1_2.60 */ namespace TextVisual { - +/** + * @brief TextVisual Property. + * @SINCE_1_2.60 + */ namespace Property { - +/** + * @brief Enumeration for the instance of properties belonging to the TextVisual. + * @SINCE_1_2.60 + */ enum { /** @@ -123,6 +128,12 @@ enum * @SINCE_1_2.60 */ UNDERLINE, + + /** + * @brief The default strikethrough parameters. + * @details name "strikethrough", type Property::MAP. + */ + STRIKETHROUGH, }; } // namespace Property