summaryrefslogtreecommitdiff
path: root/rufl.h
diff options
context:
space:
mode:
Diffstat (limited to 'rufl.h')
-rw-r--r--rufl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rufl.h b/rufl.h
index 7af35f3..b2a8d1f 100644
--- a/rufl.h
+++ b/rufl.h
@@ -126,6 +126,15 @@ rufl_code rufl_paint_callback(const char *font_family, rufl_style font_style,
/**
+ * Determine the maximum bounding box of a font.
+ */
+
+rufl_code rufl_font_bbox(const char *font_family, rufl_style font_style,
+ unsigned int font_size,
+ int *bbox);
+
+
+/**
* Dump the internal library state to stdout.
*/