Next Prev Up Top Contents Index

get-font-ascent

Function
Summary

Returns the ascent of a font.

Signature

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

Arguments

port

A graphics port

font

A font

Values

ascent

An integer

Description

The get-font-ascent function returns the ascent 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