Next Prev Up Top Contents Index

get-char-width

Function
Summary

Returns the width of a character in pixels.

Signature

get-char-width port character font => width

Arguments

port

A graphics port.

character

A character.

font

A font.

Values

width

An integer.

Description

The get-char-width function returns the width in pixels of the character in the font associated with port , or the font given.


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index