summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2017-10-27 11:45:34 -0700
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-10-30 15:52:44 +0900
commit984d34986b86ae1744052daf917488b4fd3b68c5 (patch)
tree8ec5600b0f1a16a6e3cb65a04b1615edfe33e8f4
parent0414617115496a8f514ad7676a96ee7b3af596d9 (diff)
downloadefl-984d34986b86ae1744052daf917488b4fd3b68c5.tar.gz
evas: add a missing description for a newly added parameter
Summary: A new parameter "width_offset" was added to evas_common_font_query_last_up_to_pos() internal function. But, internal documentation was not updated. So, it adds a simple description for the new parameter. Test Plan: N/A Reviewers: jpeg, cedric, herdsman, shilpasingh Differential Revision: https://phab.enlightenment.org/D5035
-rw-r--r--src/lib/evas/common/evas_font_query.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/common/evas_font_query.c b/src/lib/evas/common/evas_font_query.c
index 8fe82dacbb..0fd5bc1360 100644
--- a/src/lib/evas/common/evas_font_query.c
+++ b/src/lib/evas/common/evas_font_query.c
@@ -816,6 +816,7 @@ end:
* @param text_props the string object.
* @param x the x boundary.
* @param y the y boundary.
+ * @param width_offset the additional width only for allowing glyph's.
* @return the position found, -1 on failure.
*/
EAPI int