summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index 7b008a90..2d409c05 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -86,6 +86,11 @@ G_CONST_RETURN char * pango_get_lib_subdirectory (void);
#endif /* PANGO_ENABLE_BACKEND */
+/* Hint line position and thickness.
+ */
+void pango_quantize_line_geometry (int *thickness,
+ int *position);
+
/* A routine from fribidi that we either wrap or provide ourselves.
*/
guint8 * pango_log2vis_get_embedding_levels (const gchar *text,