Hi, is there a way to get the width of a character or a string in pixels? like if there were functions like this:
int i;
i = widthInPixels("a");
i = widthInPixels("SFML is great!");
I know you would need to take font size etc. into consideration too but still.