All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

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 object.
Values
result
A boolean.
Description

The function font-fixed-width-p returns t if font is fixed-width. font defaults to the font associated with port.

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-dual-width-p


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:34:15