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=a8c79d62bccd0a5323584a7521f36a92c0c3b505;hb=895806b4ad86de88dcc731aeb8e3dbe453ce4202;hpb=6c542cda6eb2ae887cb7a8a6c5d77e2f9659cbf7 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 a8c79d6..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. @@ -61,6 +61,11 @@ enum * @copydoc Dali::Toolkit::DevelTextLabel::Property::STRIKETHROUGH */ STRIKETHROUGH = UNDERLINE + 3, + + /** + * @copydoc Dali::Toolkit::DevelTextLabel::Property::CHARACTER_SPACING + */ + CHARACTER_SPACING = UNDERLINE + 4, }; } // namespace Property