Next Prev Up Top Contents Index

get-font-average-width

Function
Summary

Returns the average width of a font in pixels.

Signature

get-font-average-width port &optional font => average-width

Arguments

port

A graphics port

font

A font

Values

average-width

An integer

Description

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