Formatting API
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / text-abstraction / text-abstraction-definitions.h
old mode 100755 (executable)
new mode 100644 (file)
index 338d0c8..9159653
@@ -2,7 +2,7 @@
 #define DALI_TEXT_ABSTRACTION_DEFINITIONS_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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 TextAbstraction
 {
-
 typedef uint32_t FontId;             ///< The unique identifier for a font face (generated by FontClient)
 typedef uint32_t PointSize26Dot6;    ///< The point size in 26.6 fractional points
 typedef uint32_t FaceIndex;          ///< Used with fonts which allow several font faces
@@ -78,8 +76,8 @@ struct VectorBlob
 */
 enum class ColorBlendingMode
 {
-  NONE,     ///< No blend.
-  MULTIPLY  ///< The color is multiplied by another one.
+  NONE,    ///< No blend.
+  MULTIPLY ///< The color is multiplied by another one.
 };
 
 } // namespace TextAbstraction