jamesbowman/gd2-lib

Feature: text size

Closed this issue · 1 comments

Want to be able to determine the (width, height) of a piece of text in a given font.
Something like:

void GD.textsize(int &w, int &h, int font, const char *s);

Fixed, closing.