Go to the first, previous, next, last section, table of contents.


]draw-image-glyphs

Function: ]draw-image-glyphs { [[drawable gcontext x y string] -> nil nil }
file: 10-C-utils.t
package: muf
status: alpha

This function accepts a block of five positional arguments, and returns two values, which are currently always nil.

Background pixels around the text are cleared to the background pixel value specified by the gcontext.

The input arguments are:

drawable
Window to draw in -- must satisfy window?
drawable
Context to draw with -- must satisfy gcontext?
x
X coordinate at which to draw in window -- must satisfy integer?
y
Y coordinate at which to draw in window -- must satisfy integer?
string
Text to display in window -- must satisfy string?


Go to the first, previous, next, last section, table of contents.