LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

font-fixed-width-p

Function
Summary

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

Package

graphics-ports

Signature

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

Arguments

port

A CAPI pane.

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.

Note: editor-pane supports variable width fonts on Microsoft Windows, GTK+ and Motif.


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex