first successful print of gibberish

This commit is contained in:
2023-09-24 11:49:57 +02:00
parent 29a609e855
commit 7905f37150
5 changed files with 71 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ Image::Image() {
cairo_move_to(cr, 10.0, 94.0);
pango_cairo_show_layout_line(cr, pango_layout_get_line(mLayout, 0));
cairo_surface_write_to_png(mSurface, "hello.png");
//cairo_surface_write_to_png(mSurface, "hello.png");
}
uint8_t* Image::getRaw() {