| 152 | } |
| 153 | |
| 154 | void FltkPreview::drawSimpleWrappedText (core::style::Font *font, |
| 155 | core::style::Color *color, |
| 156 | core::style::Color::Shading shading, |
| 157 | int x, int y, int w, int h, |
| 158 | const char *text) |
| 159 | { |
| 160 | } |
| 161 | |
| 162 | void FltkPreview::drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot, |
| 163 | int x, int y, int width, int height) |