All Manuals > CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

font-fixed-width-p

Function
Summary

The predicate for fixed-width fonts.

Package

graphics-ports

Signature

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

Arguments

port

A graphics port.

font

A font or a font-description object.

Values

result

A boolean.

Description

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

fixed-width is not exactly the same as single-width. A fixed-width font with double width characters is dual-width; other fixed-width fonts are single-width.

Notes

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

See also

font-description
font-single-width-p


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex