Next Prev Up Top Contents Index

font-fixed-width-p

Function
Summary

Returns t if a specified font is of a fixed width.

Signature

font-fixed-width-p port &optional font => bool

Arguments

port

A graphics port

font

A font

Values

bool

A boolean

Description

The font-fixed-width-p function returns t if the font associated with port , or the optionally specified font, is fixed width.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index