diff options
author | corvid <corvid@lavabit.com> | 2011-07-28 01:53:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-28 01:53:34 +0000 |
commit | fba96a118b4c18076b5d2126524af477809b37b2 (patch) | |
tree | f8e26ed1d4550f38d270a1cbaf9fa765ff09d017 /dw/fltkviewbase.hh | |
parent | 088c9f87456944790625e772e3d7f1c406f8ed7c (diff) |
wrap image alt text
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index 03cf26d8..e6e85694 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -116,6 +116,11 @@ public: core::style::Color *color, core::style::Color::Shading shading, int x, int y, const char *text, int len); + void drawSimpleWrappedText (core::style::Font *font, + core::style::Color *color, + core::style::Color::Shading shading, + int x, int y, int w, int h, + const char *text, int len); void drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot, int x, int y, int width, int height); |