X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-run.h;h=ad5e6db7d9370e0b480f2cfb2b25bc4a4335b3fe;hp=860ec7bea00e4a0a0879c86df7c69cf54e680a86;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=213195730a51b211653cb6ad460b23a6e363b779 diff --git a/dali-toolkit/internal/text/color-run.h b/dali-toolkit/internal/text/color-run.h index 860ec7b..ad5e6db 100644 --- a/dali-toolkit/internal/text/color-run.h +++ b/dali-toolkit/internal/text/color-run.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ -#define __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ +#ifndef DALI_TOOLKIT_TEXT_COLOR_RUN_H +#define DALI_TOOLKIT_TEXT_COLOR_RUN_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. @@ -43,16 +43,10 @@ struct ColorRun Vector4 color; ///< The color of the characters. }; -struct ColorGlyphRun -{ - GlyphRun glyphRun; ///< The initial glyph index and the number of glyphs of the run. - Vector4 color; ///< The color of the glyphs. -}; - } // namespace Text } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ +#endif // DALI_TOOLKIT_TEXT_COLOR_RUN_H