X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Flayouts%2Flayout-alignment.h;h=339b321dd2683d107fc18b377cb8cc0c849eb894;hp=df61ff21832db9f0ddafc3bc0e8217674589dc3a;hb=b7cb86edb31b843901a10c32b33a5494bc42af11;hpb=df8aa451cddeafb67f08cce86b07206d07ca9bc3 diff --git a/dali-toolkit/internal/text/layouts/layout-alignment.h b/dali-toolkit/internal/text/layouts/layout-alignment.h index df61ff2..339b321 100644 --- a/dali-toolkit/internal/text/layouts/layout-alignment.h +++ b/dali-toolkit/internal/text/layouts/layout-alignment.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_LAYOUT_ALIGNMENT_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -53,6 +53,12 @@ enum VerticalAlignment VERTICAL_ALIGN_BOTTOM }; +enum AlignmentCount +{ + HORIZONTAL_ALIGN_COUNT = HORIZONTAL_ALIGN_END + 1, + VERTICAL_ALIGN_COUNT = VERTICAL_ALIGN_BOTTOM + 1 +}; + } // namespace Layout } // namespace Text