X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-definitions.h;h=6ea207b97190163c1979477b5b175957987c0709;hp=288411970cb3da88d585ca4abc5da136f28129b9;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=32b0b5f6c65842c8bd1140b1eeb9691fdca0c866 diff --git a/dali-toolkit/internal/text/text-definitions.h b/dali-toolkit/internal/text/text-definitions.h old mode 100644 new mode 100755 index 2884119..6ea207b --- a/dali-toolkit/internal/text/text-definitions.h +++ b/dali-toolkit/internal/text/text-definitions.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H__ -#define __DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H__ +#ifndef DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H +#define DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -51,6 +51,8 @@ typedef TextAbstraction::Script Script; ///< The charact typedef TextAbstraction::LineBreakInfo LineBreakInfo; ///< Line break info (must break, allow break, no break). Possible values are: @e LINE_MUST_BREAK, @e LINE_ALLOW_BREAK and @e LINE_NO_BREAK (in the TextAbstraction namespace). typedef TextAbstraction::WordBreakInfo WordBreakInfo; ///< Word break info (break, no break). Possible values are: @e WORD_BREAK and @e WORD_NO_BREAK (in the TextAbstraction namespace). typedef TextAbstraction::CharacterDirection CharacterDirection; ///< The character's direction: @e false is left to right, @e true is right to left. +typedef TextAbstraction::ColorBlendingMode ColorBlendingMode; ///< Defines how a color is blended. +typedef TextAbstraction::ColorIndex ColorIndex; ///< An index into an array of colors. typedef uint32_t GlyphIndex; ///< An index into an array of glyphs. typedef uint32_t ScriptRunIndex; ///< An index into an array of script runs. @@ -60,7 +62,6 @@ typedef uint32_t BidirectionalRunIndex; ///< An inde typedef uint32_t BidirectionalLineRunIndex; ///< An index into an array of bidirectional line info. typedef uint32_t LineIndex; ///< An index into an array of lines. typedef uint32_t ParagraphRunIndex; ///< An index into an array of paragraphs. -typedef uint32_t ColorIndex; ///< An index into an array of colors. } // namespace Text @@ -68,4 +69,4 @@ typedef uint32_t ColorIndex; ///< An inde } // namespace Dali -#endif // __DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H__ +#endif // DALI_TEXT_ABSTRACTION_TEXT_TYPE_DEFINITIONS_H