Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/graphics/a2png/files/patch-src_image.h
16462 views
1
--- src/image.h.orig 2021-12-03 16:02:51 UTC
2
+++ src/image.h
3
@@ -22,5 +22,6 @@ void image_putc(engine_t *en, const char c);
4
void image_set_foreground(engine_t *p, const rgb_t* color);
5
void image_fill_rect(engine_t *en, const image_point_t x1, const image_point_t y1, const image_point_t x2, const image_point_t y2);
6
void image_move_to(engine_t *en, const image_point_t x, const image_point_t y);
7
+void image_show_text(engine_t *en, const char* text);
8
9
#endif
10
11