aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-10-22 21:47:13 +0000
committercorvid <corvid@lavabit.com>2011-10-22 21:47:13 +0000
commit4052822efdebbf56500204bbbd526673acc04841 (patch)
treecc8e180e851fd82ae9b6bd31be814d2e29e34f64 /dw/fltkplatform.hh
parent1f0c79090620e09aa281ff9ee14f816efb7d6f4f (diff)
text-transform property
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r--dw/fltkplatform.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh
index db4bc794..7b4272eb 100644
--- a/dw/fltkplatform.hh
+++ b/dw/fltkplatform.hh
@@ -153,6 +153,8 @@ public:
void detachView (core::View *view);
int textWidth (core::style::Font *font, const char *text, int len);
+ char *textToUpper (const char *text, int len);
+ char *textToLower (const char *text, int len);
int nextGlyph (const char *text, int idx);
int prevGlyph (const char *text, int idx);
float dpiX ();