summaryrefslogtreecommitdiff
path: root/plugingui/font.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-06 09:30:52 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-06 09:30:52 +0100
commita0b7282b31ed31051ee98bf16e8704d5599e5461 (patch)
tree49798ac70adbac0e065781833f045bab8a65bb0b /plugingui/font.h
parentdff2ff5b636d9d7007bf8589204e6a7138ee4004 (diff)
Major GUI workover. Hilights: A new filebrowser and new knob widget.
Diffstat (limited to 'plugingui/font.h')
-rw-r--r--plugingui/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/font.h b/plugingui/font.h
index c83a98f..848b168 100644
--- a/plugingui/font.h
+++ b/plugingui/font.h
@@ -46,7 +46,7 @@ public:
size_t size();
size_t textWidth(std::string text);
- size_t textHeight(std::string text);
+ size_t textHeight(std::string text = "");
PixelBufferAlpha *render(GlobalContext *gctx, std::string text);