Add GetCharacterBoundingRectangle API.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / line-run.h
index ac2e29d..5d5b28b 100644 (file)
@@ -58,6 +58,7 @@ float GetLineHeight(const LineRun lineRun, bool isLastLine);
 
 /**
  * @brief Get the line width for the specified line run.
+ * The width in the geometry = glyph.advance, not glyph.width.
  *
  * @param[in] lineRun The line runs to get the width for.
  * @return the width of the line.