Next Previous Up Top Contents Index

2 GP Reference Entries

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

Theget-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 - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker