Next Prev Up Top Contents Index

get-font-width

Function
Summary

Returns the width of a font.

Signature

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

Arguments

port

A graphics port

font

A font

Values

width

An integer

Description

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