Text image drawer, used to draw arbitrary text onto an image. This needs to be its own class as the f...
Definition text.h:23
void init_font()
Init with the default font.
Definition text.cpp:61
int draw_text(Image &img, int xs0, int ys0, std::vector< double > color, int size, std::string text)
Draw text onto an image.
Definition text.cpp:63