Dali-Text: Keyboard Shortcuts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / glyph-metrics-helper.h
index 2c2c848..6856d27 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__
-#define __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__
+#ifndef DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H
+#define DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -50,10 +50,10 @@ struct GlyphMetrics
 
   FontId fontId;     ///< The font id of the glyphs.
   float  fontHeight; ///< The font's height of those glyphs.
-  float  width;      ///< The sum of all the widths of all the glyphs.
+  float  width;      ///< The width of the group.
   float  advance;    ///< The sum of all the advances of all the glyphs.
   float  ascender;   ///< The font's ascender.
-  float  xBearing;   ///< The x bearing of the first glyph.
+  float  xBearing;   ///< The x bearing of the group.
 };
 
 /**
@@ -90,4 +90,4 @@ void GetGlyphsMetrics( GlyphIndex glyphIndex,
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__
+#endif // DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H