draw.c
changeset 5 e5018cae273f
parent 3 e969f3575b7a
child 7 49e2fc9fb94f
--- a/draw.c	Mon Jul 10 19:47:35 2006 +0200
+++ b/draw.c	Mon Jul 10 22:16:48 2006 +0200
@@ -162,3 +162,9 @@
 	}
 	font->height = font->ascent + font->descent;
 }
+
+unsigned int
+labelheight(Fnt *font)
+{
+	return font->height + 4;
+}