Next Prev Up Top Contents Index

get-char-descent

Function
Summary

Returns the descent of a character in pixels.

Signature

get-char-descent port character font => descent

Arguments

port

A graphics port.

character

A character.

font

A font.

Values

descent

An integer.

Description

The get-char-descent function returns the descent 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