X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftext%2Ftext-enumerations-devel.h;h=0163cc65b5fc0e3b2907df84fca2cde987d7268e;hp=5062417bee2e25f6b001f83e935ce9ca14ea2a06;hb=1d82abb8a1a514ce0af63004706135fb7883f89b;hpb=14a48afd7d9b5ba7bd8c8ebc69b214be8310613a diff --git a/dali-toolkit/devel-api/text/text-enumerations-devel.h b/dali-toolkit/devel-api/text/text-enumerations-devel.h index 5062417..0163cc6 100644 --- a/dali-toolkit/devel-api/text/text-enumerations-devel.h +++ b/dali-toolkit/devel-api/text/text-enumerations-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_ENUMERATIONS_DEVEL_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. @@ -20,16 +20,12 @@ namespace Dali { - namespace Toolkit { - namespace DevelText { - namespace TextDirection { - enum Type { LEFT_TO_RIGHT, @@ -38,6 +34,17 @@ enum Type } // namespace TextDirection +namespace VerticalLineAlignment +{ +enum Type +{ + TOP, + MIDDLE, + BOTTOM +}; + +} // namespace VerticalLineAlignment + } // namespace DevelText } // namespace Toolkit