Returns t if a specified font is of a fixed width.
t
graphics-ports
font-fixed-width-p port &optional font => bool
port
A CAPI pane.
font
A font.
bool
A boolean.
The font-fixed-width-p function returns t if the font associated with port , or the optionally specified font, is fixed width.
font-fixed-width-p
Note: editor-pane supports variable width fonts, in LispWorks 5.0 and later.