LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

get-char-descent

Function
Summary

Returns the descent of a character in pixels.

Package

graphics-ports

Signature

get-char-descent port character font => descent

Arguments

port

A CAPI pane.

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 - 21 Dec 2009

NextPrevUpTopContentsIndex