Variable: font-slant-table
font-slant-table is a variable defined in font.c.
Value
[[0 reverse-oblique ro] [10 reverse-italic ri]
[100 normal r unspecified] [200 italic i ot] [210 oblique o]]
Documentation
Vector of font slant 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-slant-table", Vfont_slant_table,
doc: /* Vector of font slant 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. */);