X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-font.h;h=8b075bf3d750790e7c42b71054816008ab552c0c;hb=b8da2e53925b9abb9fa362560069e8ca4aa62f81;hp=954d4719e023a2bd44defb3ac71b52fbf2befa54;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/markup-processor-font.h b/dali-toolkit/internal/text/markup-processor-font.h index 954d471..8b075bf 100644 --- a/dali-toolkit/internal/text/markup-processor-font.h +++ b/dali-toolkit/internal/text/markup-processor-font.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * 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. @@ -20,13 +20,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - struct Tag; struct FontDescriptionRun; @@ -36,7 +33,7 @@ struct FontDescriptionRun; * @param[in] tag The font tag and its attributes. * @param[in,out] fontRun The font description run. */ -void ProcessFontTag( const Tag& tag, FontDescriptionRun& fontRun ); +void ProcessFontTag(const Tag& tag, FontDescriptionRun& fontRun); } // namespace Text