diff options
author | corvid <corvid@lavabit.com> | 2011-10-22 21:47:13 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-10-22 21:47:13 +0000 |
commit | 4052822efdebbf56500204bbbd526673acc04841 (patch) | |
tree | cc8e180e851fd82ae9b6bd31be814d2e29e34f64 /dw/fltkplatform.hh | |
parent | 1f0c79090620e09aa281ff9ee14f816efb7d6f4f (diff) |
text-transform property
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 2 |
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 (); |