Gets the dimensions of a string drawn into this device context. The result is four real numbers:
The returned width and height define a rectangle is that guaranteed to contain the text string when it is drawn, but the fit is not necessarily tight. Some undefined number of pixels on the left, right, top, and bottom of the drawn string may be ``whitespace,'' depending on the whims of the font designer and the platform-specific font-scaling mechanism.
Returns the size of string at it would be drawn in the device context, starting from the offset character of string, and continuing until the end of string or the first null character. 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.