summaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index cf9276a..0e22c55 100644
--- a/src/font.h
+++ b/src/font.h
@@ -29,4 +29,10 @@
struct font *
font_find(const char *name) __attribute__((pure));
+int
+font_get_width(struct font *font) __attribute__((pure));
+
+int
+font_get_height(struct font *font) __attribute__((pure));
+
#endif /* FONT_H */