The predicate for fixed-width fonts.
graphics-ports
font-fixed-width-p port &optional font => result
port⇩ |
A graphics port. |
font⇩ |
A font object. |
result |
A boolean. |
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.
editor-pane supports variable width fonts on Microsoft Windows, GTK+ and Motif.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02