summaryrefslogtreecommitdiff
path: root/rufl.h
diff options
context:
space:
mode:
Diffstat (limited to 'rufl.h')
-rw-r--r--rufl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rufl.h b/rufl.h
index 36d946a..f253e98 100644
--- a/rufl.h
+++ b/rufl.h
@@ -74,6 +74,17 @@ rufl_code rufl_width(const char *font_family, rufl_style font_style,
/**
+ * Find where in a string a x coordinate falls.
+ */
+
+rufl_code rufl_x_to_offset(const char *font_family, rufl_style font_style,
+ unsigned int font_size,
+ const char *string, size_t length,
+ int click_x,
+ size_t *char_offset, int *actual_x);
+
+
+/**
* Dump the internal library state to stdout.
*/