Next Prev Up Top Contents Index

get-font-height

Function
Summary

Returns the height of a font.

Signature

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

Arguments

port

A graphics port.

font

A font.

Values

height

An integer.

Description

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


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index