Gets the dimensions of a string drawn into this device context. The result is four real numbers:
Returns the size of string at it would be drawn in the device context. The font argument specifies the font to use in measuring the text; if it is #f, the current font of the drawing area is used. (See also set-font.)
If big-chars? is #t, then string is interpreted as a string or Unicode or 16-bit characters instead of an ASCII string, but such strings are not yet fully supported.