X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Ftext-visual-properties-devel.h;h=2966b9562019aef09b5c926e832a82058ae4a45b;hp=062094fb4d8646ad6607fd3333f8a77128c8f309;hb=2512aa2794f3c5ea5841542b9ed9c8c32973540b;hpb=5359a575636e678baf178dab5209b587be1a7551 diff --git a/dali-toolkit/devel-api/visuals/text-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/text-visual-properties-devel.h index 062094f..2966b95 100644 --- a/dali-toolkit/devel-api/visuals/text-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/text-visual-properties-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_TEXT_VISUAL_PROPERTIES_DEVEL_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -56,6 +56,16 @@ enum * @copydoc Dali::Toolkit::DevelTextLabel::Property::BACKGROUND */ BACKGROUND = UNDERLINE + 2, + + /** + * @copydoc Dali::Toolkit::DevelTextLabel::Property::STRIKETHROUGH + */ + STRIKETHROUGH = UNDERLINE + 3, + + /** + * @copydoc Dali::Toolkit::DevelTextLabel::Property::CHARACTER_SPACING + */ + CHARACTER_SPACING = UNDERLINE + 4, }; } // namespace Property