X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-color.h;h=89e9d2a1a9393eb22f0c2d701fa54490b9a2c391;hb=HEAD;hp=02210fbb0f42ef0c33b6f8a695e75bc7246f0903;hpb=f91c59cd34c3bc3951661d1b7b7727f4118e095e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/markup-processor-color.h b/dali-toolkit/internal/text/markup-processor-color.h deleted file mode 100644 index 02210fb..0000000 --- a/dali-toolkit/internal/text/markup-processor-color.h +++ /dev/null @@ -1,53 +0,0 @@ -#ifndef DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_COLOR_H -#define DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_COLOR_H - -/* - * Copyright (c) 2021 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. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -namespace Dali -{ -namespace Toolkit -{ -namespace Text -{ -struct Tag; -struct Attribute; -struct ColorRun; - -/** - * @brief Retrieves the color value from the tag and sets it to the color run. - * - * @param[in] attribute the color attribute. - * @param[in,out] colorRun The color run. - */ -void ProcessColor(const Attribute& attribute, ColorRun& colorRun); - -/** - * @brief Retrieves the color value from the tag and sets it to the color run. - * - * @param[in] tag The color tag and its attributes. - * @param[in,out] colorRun The color run. - */ -void ProcessColorTag(const Tag& tag, ColorRun& colorRun); - -} // namespace Text - -} // namespace Toolkit - -} // namespace Dali - -#endif // DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_COLOR_H