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=2512aa2794f3c5ea5841542b9ed9c8c32973540b;hpb=fa834a987e844fb79531954c882581624aef0e68 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