Merge "Change MatchSystemLanguageDirection is true." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / markup-processor-font.h
index c804011..8b075bf 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H__
-#define __DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H__
+#ifndef DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H
+#define DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H
 
 /*
- * Copyright (c) 2016 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.
 
 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
 
@@ -44,4 +41,4 @@ void ProcessFontTag( const Tag& tag, FontDescriptionRun& fontRun );
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H__
+#endif // DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_FONT_H