Updated all header files to new format
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-input-font-handler.h
index 066ac49..f76bc41 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_TEXT_CONTROLLER_INPUT_FONT_HANDLER_H
 
 /*
 #define DALI_TOOLKIT_TEXT_CONTROLLER_INPUT_FONT_HANDLER_H
 
 /*
- * Copyright (c) 2020 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.
  *
  * 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 Dali
 {
-
 namespace Toolkit
 {
 namespace Toolkit
 {
-
 namespace Text
 {
 namespace Text
 {
-
 struct Controller::InputFontHandler
 {
 struct Controller::InputFontHandler
 {
-  static void SetInputFontFamily(Controller& controller, const std::string& fontFamily);
+  static void               SetInputFontFamily(Controller& controller, const std::string& fontFamily);
   static const std::string& GetInputFontFamily(const Controller& controller);
   static const std::string& GetInputFontFamily(const Controller& controller);
-  static void SetInputFontWeight(const Controller& controller, FontWeight weight);
-  static bool IsInputFontWeightDefined(const Controller& controller);
-  static FontWeight GetInputFontWeight(const Controller& controller);
-  static void SetInputFontWidth(Controller& controller, FontWidth width);
-  static bool IsInputFontWidthDefined(const Controller& controller);
-  static FontWidth GetInputFontWidth(const Controller& controller);
-  static void SetInputFontSlant(Controller& controller, FontSlant slant);
-  static bool IsInputFontSlantDefined(const Controller& controller);
-  static FontSlant GetInputFontSlant(const Controller& controller);
-  static void SetInputFontPointSize(Controller& controller, float size);
-  static float GetInputFontPointSize(const Controller& controller);
+  static void               SetInputFontWeight(const Controller& controller, FontWeight weight);
+  static bool               IsInputFontWeightDefined(const Controller& controller);
+  static FontWeight         GetInputFontWeight(const Controller& controller);
+  static void               SetInputFontWidth(Controller& controller, FontWidth width);
+  static bool               IsInputFontWidthDefined(const Controller& controller);
+  static FontWidth          GetInputFontWidth(const Controller& controller);
+  static void               SetInputFontSlant(Controller& controller, FontSlant slant);
+  static bool               IsInputFontSlantDefined(const Controller& controller);
+  static FontSlant          GetInputFontSlant(const Controller& controller);
+  static void               SetInputFontPointSize(Controller& controller, float size);
+  static float              GetInputFontPointSize(const Controller& controller);
 };
 
 } // namespace Text
 };
 
 } // namespace Text