Function
draw-character port character x y &rest args &key block =>
A graphics port
A character
A real number
A real number
A boolean
General graphics port drawing arguments
draw-character function draws the character at (x y) on the port. Thetransform,foreground,background,operation,stipple,pattern,mask,mask-x,mask-y andfont from the port's graphics state are all used. The (x y) specifies the leftmost point of the character's baseline. block, if non-nil, causes the character to be drawn in a character cell filled with the port's graphics state background.