Variable: font-width-table

font-width-table is a variable defined in font.c.

Value

[[50 ultra-condensed ultracondensed]
 [63 extra-condensed extracondensed] [75 condensed compressed narrow]
 [87 semi-condensed semicondensed demicondensed]
 [100 normal medium regular unspecified]
 [113 semi-expanded semiexpanded demiexpanded] [125 expanded]
 [150 extra-expanded extraexpanded]
 [200 ultra-expanded ultraexpanded wide]]

Documentation

Alist of font width symbols vs the corresponding numeric values.

See font-weight-table for the format of the vector. This variable cannot be set; trying to do so will signal an error.

Source Code

// Defined in /usr/src/emacs/src/font.c
  DEFVAR_LISP_NOPRO ("font-width-table", Vfont_width_table,
	       doc: /*  Alist of font width symbols vs the corresponding numeric values.
See `font-weight-table' for the format of the vector.
This variable cannot be set; trying to do so will signal an error.  */);