Next Prev Up Top Contents Index

get-char-ascent

Function
Summary

Returns the ascent of a character in pixels.

Signature

get-char-ascent port character font => ascent

Arguments

port

A graphics port

character

A character

font

A font

Values

ascent

An integer

Description

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


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index