summaryrefslogtreecommitdiff
path: root/text_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'text_size.h')
-rw-r--r--text_size.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/text_size.h b/text_size.h
new file mode 100644
index 0000000..3241c88
--- /dev/null
+++ b/text_size.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "microui.h"
+
+int text_width(mu_Font, const char *, int);
+int text_height(mu_Font);