Next Prev Up Top Contents Index

get-string-extent

Function
Summary

Returns the extent in pixels of a string.

Signature
get-string-extent port
 string
 &optional font
 => left
, top
,
                                            right
, bottom
Arguments

port

A graphics port

string

A string

Values

left

An integer

top

An integer

right

An integer

bottom

An integer

Description

The get-string-extent function returns the extent in pixels of the string in the font associated with port , or the font given.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index