* Export image as code file (.h) defining an array of bytes */
| 243 | * Export image as code file (.h) defining an array of bytes |
| 244 | */ |
| 245 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool ExportImageAsCode(const Image& image, const std::string& fileName) { |
| 246 | return ::ExportImageAsCode(image, fileName.c_str()); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Draw text (using default font) |