Next Previous Up Top Contents Index

2 GP Reference Entries

draw-character

Function

Summary

Draws a character in a given graphics port.
Signature

draw-character port character x y &rest args &key block =>

Arguments

port

A graphics port

character

A character

x

A real number

y

A real number

block

A boolean

args

General graphics port drawing arguments

Description

Thedraw-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.

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker