The dtostrf() function is not covered in the Language Reference (that I know of) so here is a link to a dtostrf function reference.
The function seems to take a String (big s).
void drawString(int16_t x, int16_t y, String text);
// Draws a String with a maximum width at the given location.