draw_image_string/[4,5]
     draw_image_string(+Drawable, +X, +Y, +String)
     draw_image_string(+Drawable, +Gc, +X, +Y, +String)
     

Draw a text string in Drawable. String is drawn with the origin point of the first character at postion X, Y. String may be either a Prolog atom, or a list of character codes. This drawing operation sets the background bits of each character to Drawable's background color (or Gc's background color, if Gc is specified).