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/fltkpreview.cc | |
parent | 088c9f87456944790625e772e3d7f1c406f8ed7c (diff) |
wrap image alt text
Diffstat (limited to 'dw/fltkpreview.cc')
-rw-r--r-- | dw/fltkpreview.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dw/fltkpreview.cc b/dw/fltkpreview.cc index fbf139c9..907e129c 100644 --- a/dw/fltkpreview.cc +++ b/dw/fltkpreview.cc @@ -146,6 +146,14 @@ void FltkPreview::drawText (core::style::Font *font, fl_draw(text, len, translateCanvasXToViewX (x), translateCanvasYToViewY(y)); } +void FltkPreview::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 FltkPreview::drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot, int x, int y, int width, int height) { |