| 3089 | #endif |
| 3090 | |
| 3091 | tl::PixelBuffer |
| 3092 | LayoutViewBase::get_pixels_with_options (unsigned int width, unsigned int height, int linewidth, int oversampling, double resolution, double font_resolution, |
| 3093 | tl::Color background, tl::Color foreground, tl::Color active, const db::DBox &target_box) |
| 3094 | { |
| 3095 | tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Get image"))); |
| 3096 | |
| 3097 | refresh (); |
| 3098 | |
| 3099 | return mp_canvas->image_with_options (width, height, linewidth, oversampling, resolution, font_resolution, background, foreground, active, target_box); |
| 3100 | } |
| 3101 | |
| 3102 | tl::BitmapBuffer |
| 3103 | LayoutViewBase::get_pixels_with_options_mono (unsigned int width, unsigned int height, int linewidth, |