| 2976 | #endif |
| 2977 | |
| 2978 | tl::PixelBuffer |
| 2979 | LayoutViewBase::get_screenshot_pb () |
| 2980 | { |
| 2981 | tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Save screenshot"))); |
| 2982 | |
| 2983 | refresh (); |
| 2984 | |
| 2985 | return mp_canvas->screenshot (); |
| 2986 | } |
| 2987 | |
| 2988 | static std::vector<std::pair<std::string, std::string> > |
| 2989 | png_texts (const lay::LayoutViewBase *view, const db::DBox &box) |
no test coverage detected