Next Prev Up Top Contents Index

get-font-descent

Function
Summary

Returns the descent in pixels of a font.

Signature

get-font-descent port &optional font => descent

Arguments

port

A graphics port

font

A font

Values

descent

An integer

Description

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


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index