diff options
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 (); |